public enum OsList extends Enum<OsList> implements org.eclipse.emf.common.util.Enumerator
IotmodelPackage.getOsList()| Enum Constant and Description |
|---|
ARDUINO
The 'Arduino' literal object.
|
CONTIKI
The 'Contiki' literal object.
|
FREE_RTOS
The 'Free RTOS' literal object.
|
LITE_OS
The 'Lite OS' literal object.
|
MANTIS
The 'Mantis' literal object.
|
RASPBERRY_PI
The 'Raspberry Pi' literal object.
|
RIOT
The 'Riot' literal object.
|
TINY_OS
The 'Tiny OS' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ARDUINO_VALUE
The 'Arduino' literal value.
|
static int |
CONTIKI_VALUE
The 'Contiki' literal value.
|
static int |
FREE_RTOS_VALUE
The 'Free RTOS' literal value.
|
static int |
LITE_OS_VALUE
The 'Lite OS' literal value.
|
static int |
MANTIS_VALUE
The 'Mantis' literal value.
|
static int |
RASPBERRY_PI_VALUE
The 'Raspberry Pi' literal value.
|
static int |
RIOT_VALUE
The 'Riot' literal value.
|
static int |
TINY_OS_VALUE
The 'Tiny OS' literal value.
|
static List<OsList> |
VALUES
A public read-only list of all the 'Os List' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static OsList |
get(int value)
Returns the 'Os List' literal with the specified integer value.
|
static OsList |
get(String literal)
Returns the 'Os List' literal with the specified literal value.
|
static OsList |
getByName(String name)
Returns the 'Os 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 OsList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OsList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OsList CONTIKI
CONTIKI_VALUEpublic static final OsList TINY_OS
TINY_OS_VALUEpublic static final OsList RIOT
RIOT_VALUEpublic static final OsList RASPBERRY_PI
RASPBERRY_PI_VALUEpublic static final OsList FREE_RTOS
FREE_RTOS_VALUEpublic static final OsList LITE_OS
LITE_OS_VALUEpublic static final OsList MANTIS
MANTIS_VALUEpublic static final OsList ARDUINO
ARDUINO_VALUEpublic static final int CONTIKI_VALUE
CONTIKI,
Constant Field Valuespublic static final int TINY_OS_VALUE
TINY_OS,
Constant Field Valuespublic static final int RIOT_VALUE
RIOT,
Constant Field Valuespublic static final int RASPBERRY_PI_VALUE
RASPBERRY_PI,
Constant Field Valuespublic static final int FREE_RTOS_VALUE
FREE_RTOS,
Constant Field Valuespublic static final int LITE_OS_VALUE
LITE_OS,
Constant Field Valuespublic static final int MANTIS_VALUE
MANTIS,
Constant Field Valuespublic static final int ARDUINO_VALUE
ARDUINO,
Constant Field Valuespublic static OsList[] values()
for (OsList c : OsList.values()) System.out.println(c);
public static OsList 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 OsList get(String literal)
literal - the literal.null.public static OsList getByName(String name)
name - the name.null.public static OsList 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.