public enum ParameterDataType extends java.lang.Enum<ParameterDataType>
TOSDevicePackage.getParameterDataType()| Enum Constant and Description |
|---|
DATE
The 'DATE' literal object.
|
INTEGER
The 'INTEGER' literal object.
|
STRING
The 'STRING' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DATE_VALUE
The 'DATE' literal value.
|
static int |
INTEGER_VALUE
The 'INTEGER' literal value.
|
static int |
STRING_VALUE
The 'STRING' literal value.
|
static java.util.List<ParameterDataType> |
VALUES
A public read-only list of all the 'Parameter Data Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterDataType |
get(int value)
Returns the 'Parameter Data Type' literal with the specified integer value.
|
static ParameterDataType |
get(java.lang.String literal)
Returns the 'Parameter Data Type' literal with the specified literal value.
|
static ParameterDataType |
getByName(java.lang.String name)
Returns the 'Parameter Data Type' 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 ParameterDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterDataType STRING
STRING_VALUEpublic static final ParameterDataType INTEGER
INTEGER_VALUEpublic static final ParameterDataType DATE
DATE_VALUEpublic static final int STRING_VALUE
STRING,
Constant Field Valuespublic static final int INTEGER_VALUE
INTEGER,
Constant Field Valuespublic static final int DATE_VALUE
DATE,
Constant Field Valuespublic static final java.util.List<ParameterDataType> VALUES
public static ParameterDataType[] values()
for (ParameterDataType c : ParameterDataType.values()) System.out.println(c);
public static ParameterDataType 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 ParameterDataType get(java.lang.String literal)
literal - the literal.null.public static ParameterDataType getByName(java.lang.String name)
name - the name.null.public static ParameterDataType get(int value)
value - the integer value.null.public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString in class java.lang.Enum<ParameterDataType>Data In Motion Consuling GmbH - All rights reserved