public enum ManufactoringProcess extends Enum<ManufactoringProcess> implements org.eclipse.emf.common.util.Enumerator
CoffeePackage.getManufactoringProcess()
Enum Constant and Description |
---|
NM18
The 'Nm18' literal object.
|
NM25
The 'Nm25' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
NM18_VALUE
The 'Nm18' literal value.
|
static int |
NM25_VALUE
The 'Nm25' literal value.
|
static List<ManufactoringProcess> |
VALUES
A public read-only list of all the 'Manufactoring Process' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ManufactoringProcess |
get(int value)
Returns the 'Manufactoring Process' literal with the specified integer value.
|
static ManufactoringProcess |
get(String literal)
Returns the 'Manufactoring Process' literal with the specified literal value.
|
static ManufactoringProcess |
getByName(String name)
Returns the 'Manufactoring Process' 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 ManufactoringProcess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManufactoringProcess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManufactoringProcess NM18
NM18_VALUE
public static final ManufactoringProcess NM25
NM25_VALUE
public static final int NM18_VALUE
If the meaning of 'Nm18' literal object isn't clear, there really should be more of a description here...
NM18
,
Constant Field Valuespublic static final int NM25_VALUE
If the meaning of 'Nm25' literal object isn't clear, there really should be more of a description here...
NM25
,
Constant Field Valuespublic static final List<ManufactoringProcess> VALUES
public static ManufactoringProcess[] values()
for (ManufactoringProcess c : ManufactoringProcess.values()) System.out.println(c);
public static ManufactoringProcess 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 ManufactoringProcess get(String literal)
literal
- the literal.null
.public static ManufactoringProcess getByName(String name)
name
- the name.null
.public static ManufactoringProcess get(int value)
value
- the integer value.null
.public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public String toString()
toString
in class Enum<ManufactoringProcess>
Copyright © 2019. All rights reserved.