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