public enum swPropertyManagerButtonTypes_e extends java.lang.Enum<swPropertyManagerButtonTypes_e>
Enum Constant and Description |
---|
swPropertyManager_CancelButton |
swPropertyManager_HelpButton |
swPropertyManager_OkayButton |
swPropertyManager_PreviewButton |
swPropertyManager_PushpinButton |
Modifier and Type | Method and Description |
---|---|
static swPropertyManagerButtonTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPropertyManagerButtonTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPropertyManagerButtonTypes_e swPropertyManager_OkayButton
public static final swPropertyManagerButtonTypes_e swPropertyManager_CancelButton
public static final swPropertyManagerButtonTypes_e swPropertyManager_HelpButton
public static final swPropertyManagerButtonTypes_e swPropertyManager_PreviewButton
public static final swPropertyManagerButtonTypes_e swPropertyManager_PushpinButton
public static swPropertyManagerButtonTypes_e[] values()
for (swPropertyManagerButtonTypes_e c : swPropertyManagerButtonTypes_e.values()) System.out.println(c);
public static swPropertyManagerButtonTypes_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