public static enum Business.EnumProgramApprovalType extends Enum<Business.EnumProgramApprovalType>
| Enum Constant and Description |
|---|
VALUE_APPROVAL |
VALUE_PUBLIC |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Business.EnumProgramApprovalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Business.EnumProgramApprovalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Business.EnumProgramApprovalType VALUE_APPROVAL
public static final Business.EnumProgramApprovalType VALUE_PUBLIC
public static Business.EnumProgramApprovalType[] values()
for (Business.EnumProgramApprovalType c : Business.EnumProgramApprovalType.values()) System.out.println(c);
public static Business.EnumProgramApprovalType 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 toString()
toString in class Enum<Business.EnumProgramApprovalType>Copyright © 2021. All rights reserved.