|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<InputPromptControlStyle>
org.eclipse.datatools.connectivity.oda.design.InputPromptControlStyle
public enum 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()
Enum Constant Summary | |
---|---|
CHECK_BOX_LITERAL
The 'Check Box' literal object. |
|
RADIO_BUTTON_LITERAL
The 'Radio Button' literal object. |
|
SELECTABLE_LIST_LITERAL
The 'Selectable List' literal object. |
|
SELECTABLE_LIST_WITH_TEXT_FIELD_LITERAL
The 'Selectable List With Text Field' literal object. |
|
TEXT_FIELD_LITERAL
The 'Text Field' literal object. |
Field Summary | |
---|---|
static int |
CHECK_BOX
The 'Check Box' literal value. |
static java.lang.String |
copyright
|
static int |
RADIO_BUTTON
The 'Radio Button' literal value. |
static int |
SELECTABLE_LIST
The 'Selectable List' literal value. |
static int |
SELECTABLE_LIST_WITH_TEXT_FIELD
The 'Selectable List With Text Field' literal value. |
static int |
TEXT_FIELD
The 'Text Field' literal value. |
static java.util.List<InputPromptControlStyle> |
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. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static InputPromptControlStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InputPromptControlStyle[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public 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
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 java.util.List<InputPromptControlStyle> VALUES
Method Detail |
---|
public static final InputPromptControlStyle[] values()
for(InputPromptControlStyle c : InputPromptControlStyle.values()) System.out.println(c);
public static InputPromptControlStyle 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 namepublic static InputPromptControlStyle get(java.lang.String literal)
public static InputPromptControlStyle getByName(java.lang.String name)
public static InputPromptControlStyle get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<InputPromptControlStyle>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |