public enum swPropertyManagerPageControlType_e extends java.lang.Enum<swPropertyManagerPageControlType_e>
Modifier and Type | Method and Description |
---|---|
static swPropertyManagerPageControlType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPropertyManagerPageControlType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPropertyManagerPageControlType_e swControlType_Label
public static final swPropertyManagerPageControlType_e swControlType_Checkbox
public static final swPropertyManagerPageControlType_e swControlType_Button
public static final swPropertyManagerPageControlType_e swControlType_Option
public static final swPropertyManagerPageControlType_e swControlType_Textbox
public static final swPropertyManagerPageControlType_e swControlType_Listbox
public static final swPropertyManagerPageControlType_e swControlType_Combobox
public static final swPropertyManagerPageControlType_e swControlType_Numberbox
public static final swPropertyManagerPageControlType_e swControlType_Selectionbox
public static final swPropertyManagerPageControlType_e swControlType_ActiveX
public static final swPropertyManagerPageControlType_e swControlType_BitmapButton
public static final swPropertyManagerPageControlType_e swControlType_CheckableBitmapButton
public static final swPropertyManagerPageControlType_e swControlType_Slider
public static final swPropertyManagerPageControlType_e swControlType_Bitmap
public static final swPropertyManagerPageControlType_e swControlType_WindowFromHandle
public static swPropertyManagerPageControlType_e[] values()
for (swPropertyManagerPageControlType_e c : swPropertyManagerPageControlType_e.values()) System.out.println(c);
public static swPropertyManagerPageControlType_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