|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.connectivity.oda.design.InputPromptControlStyle
A representation of the literals of the enumeration 'Input Prompt Control Style', and utility methods for working with them. The style of UI control for prompting user to input a value.
DesignPackage.getInputPromptControlStyle()
,
Serialized FormField Summary | |
static int |
CHECK_BOX
The 'Check Box' literal value. |
static InputPromptControlStyle |
CHECK_BOX_LITERAL
The 'Check Box' literal object. |
static java.lang.String |
copyright
|
static int |
RADIO_BUTTON
The 'Radio Button' literal value. |
static InputPromptControlStyle |
RADIO_BUTTON_LITERAL
The 'Radio Button' literal object. |
static int |
SELECTABLE_LIST
The 'Selectable List' literal value. |
static InputPromptControlStyle |
SELECTABLE_LIST_LITERAL
The 'Selectable List' literal object. |
static int |
SELECTABLE_LIST_WITH_TEXT_FIELD
The 'Selectable List With Text Field' literal value. |
static InputPromptControlStyle |
SELECTABLE_LIST_WITH_TEXT_FIELD_LITERAL
The 'Selectable List With Text Field' literal object. |
static int |
TEXT_FIELD
The 'Text Field' literal value. |
static InputPromptControlStyle |
TEXT_FIELD_LITERAL
The 'Text Field' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Input Prompt Control Style' enumerators. |
Method Summary | |
static InputPromptControlStyle |
get(int value)
Returns the 'Input Prompt Control Style' literal with the specified integer value. |
static InputPromptControlStyle |
get(java.lang.String literal)
Returns the 'Input Prompt Control Style' literal with the specified literal value. |
static InputPromptControlStyle |
getByName(java.lang.String name)
Returns the 'Input Prompt Control Style' literal with the specified name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String copyright
public static final int TEXT_FIELD
TEXT_FIELD_LITERAL
,
Constant Field Valuespublic static final int SELECTABLE_LIST
SELECTABLE_LIST_LITERAL
,
Constant Field Valuespublic static final int SELECTABLE_LIST_WITH_TEXT_FIELD
SELECTABLE_LIST_WITH_TEXT_FIELD_LITERAL
,
Constant Field Valuespublic static final int CHECK_BOX
CHECK_BOX_LITERAL
,
Constant Field Valuespublic static final int RADIO_BUTTON
RADIO_BUTTON_LITERAL
,
Constant Field Valuespublic static final InputPromptControlStyle TEXT_FIELD_LITERAL
TEXT_FIELD
public static final InputPromptControlStyle SELECTABLE_LIST_LITERAL
SELECTABLE_LIST
public static final InputPromptControlStyle SELECTABLE_LIST_WITH_TEXT_FIELD_LITERAL
SELECTABLE_LIST_WITH_TEXT_FIELD
public static final InputPromptControlStyle CHECK_BOX_LITERAL
CHECK_BOX
public static final InputPromptControlStyle RADIO_BUTTON_LITERAL
RADIO_BUTTON
public static final java.util.List VALUES
Method Detail |
public static InputPromptControlStyle get(java.lang.String literal)
public static InputPromptControlStyle getByName(java.lang.String name)
public static InputPromptControlStyle get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |