public enum HierarchyBudgetTypeConstants extends Enum<HierarchyBudgetTypeConstants>
| Enum Constant and Description |
|---|
SubBudget |
SubProject |
| Modifier and Type | Method and Description |
|---|---|
String |
code() |
String |
description() |
static HierarchyBudgetTypeConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HierarchyBudgetTypeConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HierarchyBudgetTypeConstants SubBudget
public static final HierarchyBudgetTypeConstants SubProject
public static HierarchyBudgetTypeConstants[] values()
for (HierarchyBudgetTypeConstants c : HierarchyBudgetTypeConstants.values()) System.out.println(c);
public static HierarchyBudgetTypeConstants valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String code()
public String description()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.