public enum ServiceSimpleType extends Enum<ServiceSimpleType> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getServiceSimpleType()| Enum Constant and Description |
|---|
BOOLEAN
The 'BOOLEAN' literal object.
|
BYTEARRAY
The 'BYTEARRAY' literal object.
|
CLASS
The 'CLASS' literal object.
|
DATAHANDLER
The 'DATAHANDLER' literal object.
|
DATE
The 'DATE' literal object.
|
DOUBLE
The 'DOUBLE' literal object.
|
ENUM
The 'ENUM' literal object.
|
FLOAT
The 'FLOAT' literal object.
|
INT
The 'INT' literal object.
|
LIST
The 'LIST' literal object.
|
LONG
The 'LONG' literal object.
|
SET
The 'SET' literal object.
|
STRING
The 'STRING' literal object.
|
UNKNOWN
The 'UNKNOWN' literal object.
|
VOID
The 'VOID' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_VALUE
The 'BOOLEAN' literal value.
|
static int |
BYTEARRAY_VALUE
The 'BYTEARRAY' literal value.
|
static int |
CLASS_VALUE
The 'CLASS' literal value.
|
static int |
DATAHANDLER_VALUE
The 'DATAHANDLER' literal value.
|
static int |
DATE_VALUE
The 'DATE' literal value.
|
static int |
DOUBLE_VALUE
The 'DOUBLE' literal value.
|
static int |
ENUM_VALUE
The 'ENUM' literal value.
|
static int |
FLOAT_VALUE
The 'FLOAT' literal value.
|
static int |
INT_VALUE
The 'INT' literal value.
|
static int |
LIST_VALUE
The 'LIST' literal value.
|
static int |
LONG_VALUE
The 'LONG' literal value.
|
static int |
SET_VALUE
The 'SET' literal value.
|
static int |
STRING_VALUE
The 'STRING' literal value.
|
static int |
UNKNOWN_VALUE
The 'UNKNOWN' literal value.
|
static List<ServiceSimpleType> |
VALUES
A public read-only list of all the 'Service Simple Type' enumerators.
|
static int |
VOID_VALUE
The 'VOID' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceSimpleType |
get(int value)
Returns the 'Service Simple Type' literal with the specified integer value.
|
static ServiceSimpleType |
get(String literal)
Returns the 'Service Simple Type' literal with the specified literal value.
|
static ServiceSimpleType |
getByName(String name)
Returns the 'Service Simple Type' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static ServiceSimpleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceSimpleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceSimpleType ENUM
ENUM_VALUEpublic static final ServiceSimpleType STRING
STRING_VALUEpublic static final ServiceSimpleType LONG
LONG_VALUEpublic static final ServiceSimpleType INT
INT_VALUEpublic static final ServiceSimpleType BOOLEAN
BOOLEAN_VALUEpublic static final ServiceSimpleType FLOAT
FLOAT_VALUEpublic static final ServiceSimpleType DOUBLE
DOUBLE_VALUEpublic static final ServiceSimpleType DATE
DATE_VALUEpublic static final ServiceSimpleType CLASS
CLASS_VALUEpublic static final ServiceSimpleType DATAHANDLER
DATAHANDLER_VALUEpublic static final ServiceSimpleType BYTEARRAY
BYTEARRAY_VALUEpublic static final ServiceSimpleType LIST
LIST_VALUEpublic static final ServiceSimpleType SET
SET_VALUEpublic static final ServiceSimpleType VOID
VOID_VALUEpublic static final ServiceSimpleType UNKNOWN
UNKNOWN_VALUEpublic static final int ENUM_VALUE
If the meaning of 'ENUM' literal object isn't clear, there really should be more of a description here...
ENUM,
Constant Field Valuespublic static final int STRING_VALUE
If the meaning of 'STRING' literal object isn't clear, there really should be more of a description here...
STRING,
Constant Field Valuespublic static final int LONG_VALUE
If the meaning of 'LONG' literal object isn't clear, there really should be more of a description here...
LONG,
Constant Field Valuespublic static final int INT_VALUE
If the meaning of 'INT' literal object isn't clear, there really should be more of a description here...
INT,
Constant Field Valuespublic static final int BOOLEAN_VALUE
If the meaning of 'BOOLEAN' literal object isn't clear, there really should be more of a description here...
BOOLEAN,
Constant Field Valuespublic static final int FLOAT_VALUE
If the meaning of 'FLOAT' literal object isn't clear, there really should be more of a description here...
FLOAT,
Constant Field Valuespublic static final int DOUBLE_VALUE
If the meaning of 'DOUBLE' literal object isn't clear, there really should be more of a description here...
DOUBLE,
Constant Field Valuespublic static final int DATE_VALUE
If the meaning of 'DATE' literal object isn't clear, there really should be more of a description here...
DATE,
Constant Field Valuespublic static final int CLASS_VALUE
If the meaning of 'CLASS' literal object isn't clear, there really should be more of a description here...
CLASS,
Constant Field Valuespublic static final int DATAHANDLER_VALUE
If the meaning of 'DATAHANDLER' literal object isn't clear, there really should be more of a description here...
DATAHANDLER,
Constant Field Valuespublic static final int BYTEARRAY_VALUE
If the meaning of 'BYTEARRAY' literal object isn't clear, there really should be more of a description here...
BYTEARRAY,
Constant Field Valuespublic static final int LIST_VALUE
If the meaning of 'LIST' literal object isn't clear, there really should be more of a description here...
LIST,
Constant Field Valuespublic static final int SET_VALUE
If the meaning of 'SET' literal object isn't clear, there really should be more of a description here...
SET,
Constant Field Valuespublic static final int VOID_VALUE
If the meaning of 'VOID' literal object isn't clear, there really should be more of a description here...
VOID,
Constant Field Valuespublic static final int UNKNOWN_VALUE
If the meaning of 'UNKNOWN' literal object isn't clear, there really should be more of a description here...
UNKNOWN,
Constant Field Valuespublic static final List<ServiceSimpleType> VALUES
public static ServiceSimpleType[] values()
for (ServiceSimpleType c : ServiceSimpleType.values()) System.out.println(c);
public static ServiceSimpleType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ServiceSimpleType get(String literal)
literal - the literal.null.public static ServiceSimpleType getByName(String name)
name - the name.null.public static ServiceSimpleType get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<ServiceSimpleType>Copyright © 2018 OpenSource BIM. All rights reserved.