public enum LanguageList extends Enum<LanguageList> implements org.eclipse.emf.common.util.Enumerator
IotmodelPackage.getLanguageList()| Enum Constant and Description |
|---|
ASSEMBLER
The 'Assembler' literal object.
|
CARDUINO
The 'CArduino' literal object.
|
CPLUS_PLUS
The 'CPlus Plus' literal object.
|
CPOSIX
The 'CPosix' literal object.
|
GO
The 'Go' literal object.
|
JAVA
The 'Java' literal object.
|
JAVASCRIPT
The 'Javascript' literal object.
|
NES_C
The 'Nes C' literal object.
|
NODEJS
The 'Nodejs' literal object.
|
PYTHON
The 'Python' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ASSEMBLER_VALUE
The 'Assembler' literal value.
|
static int |
CARDUINO_VALUE
The 'CArduino' literal value.
|
static int |
CPLUS_PLUS_VALUE
The 'CPlus Plus' literal value.
|
static int |
CPOSIX_VALUE
The 'CPosix' literal value.
|
static int |
GO_VALUE
The 'Go' literal value.
|
static int |
JAVA_VALUE
The 'Java' literal value.
|
static int |
JAVASCRIPT_VALUE
The 'Javascript' literal value.
|
static int |
NES_C_VALUE
The 'Nes C' literal value.
|
static int |
NODEJS_VALUE
The 'Nodejs' literal value.
|
static int |
PYTHON_VALUE
The 'Python' literal value.
|
static List<LanguageList> |
VALUES
A public read-only list of all the 'Language List' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static LanguageList |
get(int value)
Returns the 'Language List' literal with the specified integer value.
|
static LanguageList |
get(String literal)
Returns the 'Language List' literal with the specified literal value.
|
static LanguageList |
getByName(String name)
Returns the 'Language 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 LanguageList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LanguageList CPOSIX
CPOSIX_VALUEpublic static final LanguageList NES_C
NES_C_VALUEpublic static final LanguageList CPLUS_PLUS
CPLUS_PLUS_VALUEpublic static final LanguageList JAVA
JAVA_VALUEpublic static final LanguageList JAVASCRIPT
JAVASCRIPT_VALUEpublic static final LanguageList GO
GO_VALUEpublic static final LanguageList PYTHON
PYTHON_VALUEpublic static final LanguageList ASSEMBLER
ASSEMBLER_VALUEpublic static final LanguageList NODEJS
NODEJS_VALUEpublic static final LanguageList CARDUINO
CARDUINO_VALUEpublic static final int CPOSIX_VALUE
CPOSIX,
Constant Field Valuespublic static final int NES_C_VALUE
NES_C,
Constant Field Valuespublic static final int CPLUS_PLUS_VALUE
CPLUS_PLUS,
Constant Field Valuespublic static final int JAVA_VALUE
JAVA,
Constant Field Valuespublic static final int JAVASCRIPT_VALUE
JAVASCRIPT,
Constant Field Valuespublic static final int GO_VALUE
GO,
Constant Field Valuespublic static final int PYTHON_VALUE
PYTHON,
Constant Field Valuespublic static final int ASSEMBLER_VALUE
ASSEMBLER,
Constant Field Valuespublic static final int NODEJS_VALUE
NODEJS,
Constant Field Valuespublic static final int CARDUINO_VALUE
CARDUINO,
Constant Field Valuespublic static final List<LanguageList> VALUES
public static LanguageList[] values()
for (LanguageList c : LanguageList.values()) System.out.println(c);
public static LanguageList 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 LanguageList get(String literal)
literal - the literal.null.public static LanguageList getByName(String name)
name - the name.null.public static LanguageList 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<LanguageList>Copyright © 2018–2020 Atlanmod. All rights reserved.