public enum IdList extends Enum<IdList> implements org.eclipse.emf.common.util.Enumerator
IotmodelPackage.getIdList()| Enum Constant and Description |
|---|
DOI
The 'DOI' literal object.
|
EPC
The 'EPC' literal object.
|
ID_AT_URI
The 'ID at URI' literal object.
|
IMEI
The 'IMEI' literal object.
|
IP_ADRESS
The 'IP Adress' literal object.
|
ISBN
The 'ISBN' literal object.
|
OID
The 'OID' literal object.
|
UCODE
The 'Ucode' literal object.
|
URI
The 'URI' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DOI_VALUE
The 'DOI' literal value.
|
static int |
EPC_VALUE
The 'EPC' literal value.
|
static int |
ID_AT_URI_VALUE
The 'ID at URI' literal value.
|
static int |
IMEI_VALUE
The 'IMEI' literal value.
|
static int |
IP_ADRESS_VALUE
The 'IP Adress' literal value.
|
static int |
ISBN_VALUE
The 'ISBN' literal value.
|
static int |
OID_VALUE
The 'OID' literal value.
|
static int |
UCODE_VALUE
The 'Ucode' literal value.
|
static int |
URI_VALUE
The 'URI' literal value.
|
static List<IdList> |
VALUES
A public read-only list of all the 'Id List' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IdList |
get(int value)
Returns the 'Id List' literal with the specified integer value.
|
static IdList |
get(String literal)
Returns the 'Id List' literal with the specified literal value.
|
static IdList |
getByName(String name)
Returns the 'Id List' 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 IdList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdList UCODE
UCODE_VALUEpublic static final IdList ID_AT_URI
ID_AT_URI_VALUEpublic static final IdList IMEI
IMEI_VALUEpublic static final IdList ISBN
ISBN_VALUEpublic static final IdList IP_ADRESS
IP_ADRESS_VALUEpublic static final int EPC_VALUE
EPC,
Constant Field Valuespublic static final int UCODE_VALUE
UCODE,
Constant Field Valuespublic static final int ID_AT_URI_VALUE
ID_AT_URI,
Constant Field Valuespublic static final int IMEI_VALUE
IMEI,
Constant Field Valuespublic static final int OID_VALUE
OID,
Constant Field Valuespublic static final int URI_VALUE
URI,
Constant Field Valuespublic static final int DOI_VALUE
DOI,
Constant Field Valuespublic static final int ISBN_VALUE
ISBN,
Constant Field Valuespublic static final int IP_ADRESS_VALUE
IP_ADRESS,
Constant Field Valuespublic static IdList[] values()
for (IdList c : IdList.values()) System.out.println(c);
public static IdList 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 IdList get(String literal)
literal - the literal.null.public static IdList getByName(String name)
name - the name.null.public static IdList 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.EnumeratorCopyright © 2018–2020 Atlanmod. All rights reserved.