public enum swPropertyManagerPageCloseReasons_e extends java.lang.Enum<swPropertyManagerPageCloseReasons_e>
Modifier and Type | Method and Description |
---|---|
static swPropertyManagerPageCloseReasons_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPropertyManagerPageCloseReasons_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPropertyManagerPageCloseReasons_e swPropertyManagerPageClose_UnknownReason
public static final swPropertyManagerPageCloseReasons_e swPropertyManagerPageClose_Okay
public static final swPropertyManagerPageCloseReasons_e swPropertyManagerPageClose_Cancel
public static final swPropertyManagerPageCloseReasons_e swPropertyManagerPageClose_ParentClosed
public static final swPropertyManagerPageCloseReasons_e swPropertyManagerPageClose_Closed
public static final swPropertyManagerPageCloseReasons_e swPropertyManagerPageClose_UserEscape
public static final swPropertyManagerPageCloseReasons_e swPropertyManagerPageClose_Apply
public static final swPropertyManagerPageCloseReasons_e swPropertyManagerPageClose_Preview
public static swPropertyManagerPageCloseReasons_e[] values()
for (swPropertyManagerPageCloseReasons_e c : swPropertyManagerPageCloseReasons_e.values()) System.out.println(c);
public static swPropertyManagerPageCloseReasons_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