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