-
- All Implemented Interfaces:
-
java.io.Serializable
public enum BudgetType implements Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description String
toString()
static Array<BudgetType>
values()
static BudgetType
valueOf(String name)
-
-
Method Detail
-
values
static Array<BudgetType> values()
-
valueOf
static BudgetType valueOf(String name)
-
-
-
-