public enum ETypes extends java.lang.Enum<ETypes> implements org.eclipse.emf.common.util.Enumerator
TaurusPackage.getETypes()| Enum Constant and Description |
|---|
BOOLEAN
The 'Boolean' literal object.
|
DATE
The 'Date' literal object.
|
NUMERIC
The 'Numeric' literal object.
|
PASSWORD
The 'Password' literal object.
|
SELECT_VALUE
The 'Select Value' literal object.
|
STRING
The 'String' literal object.
|
TEXT_AREA
The 'Text Area' literal object.
|
TEXT_ARRAY
The 'Text Array' literal object.
|
TIME
The 'Time' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_VALUE
The 'Boolean' literal value.
|
static int |
DATE_VALUE
The 'Date' literal value.
|
static int |
NUMERIC_VALUE
The 'Numeric' literal value.
|
static int |
PASSWORD_VALUE
The 'Password' literal value.
|
static int |
SELECT_VALUE_VALUE
The 'Select Value' literal value.
|
static int |
STRING_VALUE
The 'String' literal value.
|
static int |
TEXT_AREA_VALUE
The 'Text Area' literal value.
|
static int |
TEXT_ARRAY_VALUE
The 'Text Array' literal value.
|
static int |
TIME_VALUE
The 'Time' literal value.
|
static java.util.List<ETypes> |
VALUES
A public read-only list of all the 'ETypes' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ETypes |
get(int value)
Returns the 'ETypes' literal with the specified integer
value.
|
static ETypes |
get(java.lang.String literal)
Returns the 'ETypes' literal with the specified literal
value.
|
static ETypes |
getByName(java.lang.String name)
Returns the 'ETypes' 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 ETypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ETypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETypes BOOLEAN
BOOLEAN_VALUEpublic static final ETypes DATE
DATE_VALUEpublic static final ETypes NUMERIC
NUMERIC_VALUEpublic static final ETypes PASSWORD
PASSWORD_VALUEpublic static final ETypes SELECT_VALUE
SELECT_VALUE_VALUEpublic static final ETypes STRING
STRING_VALUEpublic static final ETypes TEXT_AREA
TEXT_AREA_VALUEpublic static final ETypes TEXT_ARRAY
TEXT_ARRAY_VALUEpublic static final ETypes TIME
TIME_VALUEpublic static final int BOOLEAN_VALUE
BOOLEAN,
Constant Field Valuespublic static final int DATE_VALUE
DATE,
Constant Field Valuespublic static final int NUMERIC_VALUE
NUMERIC,
Constant Field Valuespublic static final int PASSWORD_VALUE
PASSWORD,
Constant Field Valuespublic static final int SELECT_VALUE_VALUE
SELECT_VALUE,
Constant Field Valuespublic static final int STRING_VALUE
STRING,
Constant Field Valuespublic static final int TEXT_AREA_VALUE
TEXT_AREA,
Constant Field Valuespublic static final int TEXT_ARRAY_VALUE
TEXT_ARRAY,
Constant Field Valuespublic static final int TIME_VALUE
TIME,
Constant Field Valuespublic static final java.util.List<ETypes> VALUES
public static ETypes[] values()
for (ETypes c : ETypes.values()) System.out.println(c);
public static ETypes 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 nullpublic static ETypes get(java.lang.String literal)
literal - the literal.null.public static ETypes getByName(java.lang.String name)
name - the name.null.public static ETypes get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<ETypes>Copyright © 2015 Micro Focus GmbH. All rights reserved.