public enum swPropertyManagerPageButtons_e extends java.lang.Enum<swPropertyManagerPageButtons_e>
Modifier and Type | Method and Description |
---|---|
static swPropertyManagerPageButtons_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPropertyManagerPageButtons_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_Ok
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_Cancel
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_Help
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_Next
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_Back
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_Undo
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_Preview
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_Pushpin
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_Redo
public static final swPropertyManagerPageButtons_e swPropertyManagerPageButton_WhatsNew
public static swPropertyManagerPageButtons_e[] values()
for (swPropertyManagerPageButtons_e c : swPropertyManagerPageButtons_e.values()) System.out.println(c);
public static swPropertyManagerPageButtons_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null