public static enum ButtonEnumerations.GoCancelEnum extends Enum<ButtonEnumerations.GoCancelEnum> implements ButtonEnumerations.ButtonEnum
| Modifier and Type | Method and Description |
|---|---|
ButtonEnumerations.ButtonEnum |
getActionType() |
ButtonEnumerations.ButtonEnum |
getCancelType() |
KSButtonAbstract.ButtonStyle |
getStyle() |
String |
getText() |
static ButtonEnumerations.GoCancelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonEnumerations.GoCancelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ButtonEnumerations.GoCancelEnum GO
public static final ButtonEnumerations.GoCancelEnum CANCEL
public static ButtonEnumerations.GoCancelEnum[] values()
for (ButtonEnumerations.GoCancelEnum c : ButtonEnumerations.GoCancelEnum.values()) System.out.println(c);
public static ButtonEnumerations.GoCancelEnum 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 getText()
getText in interface ButtonEnumerations.ButtonEnumpublic KSButtonAbstract.ButtonStyle getStyle()
getStyle in interface ButtonEnumerations.ButtonEnumpublic ButtonEnumerations.ButtonEnum getActionType()
getActionType in interface ButtonEnumerations.ButtonEnumpublic ButtonEnumerations.ButtonEnum getCancelType()
getCancelType in interface ButtonEnumerations.ButtonEnumCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.