public enum HumanTaskUseCase extends Enum<HumanTaskUseCase> implements org.eclipse.emf.common.util.Enumerator
SofiaPackage.getHumanTaskUseCase()| Enum Constant and Description |
|---|
BELL
The 'BELL' literal object.
|
COFFEE
The 'COFFEE' literal object.
|
HEALTH
The 'HEALTH' literal object.
|
HEATING
The 'HEATING' literal object.
|
ORDER
The 'ORDER' literal object.
|
PLANTS
The 'PLANTS' literal object.
|
UNIVERSAL
The 'UNIVERSAL' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BELL_VALUE
The 'BELL' literal value.
|
static int |
COFFEE_VALUE
The 'COFFEE' literal value.
|
static int |
HEALTH_VALUE
The 'HEALTH' literal value.
|
static int |
HEATING_VALUE
The 'HEATING' literal value.
|
static int |
ORDER_VALUE
The 'ORDER' literal value.
|
static int |
PLANTS_VALUE
The 'PLANTS' literal value.
|
static int |
UNIVERSAL_VALUE
The 'UNIVERSAL' literal value.
|
static List<HumanTaskUseCase> |
VALUES
A public read-only list of all the 'Human Task Use Case' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static HumanTaskUseCase |
get(int value)
Returns the 'Human Task Use Case' literal with the specified integer value.
|
static HumanTaskUseCase |
get(String literal)
Returns the 'Human Task Use Case' literal with the specified literal value.
|
static HumanTaskUseCase |
getByName(String name)
Returns the 'Human Task Use Case' 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 HumanTaskUseCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HumanTaskUseCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HumanTaskUseCase UNIVERSAL
UNIVERSAL_VALUEpublic static final HumanTaskUseCase COFFEE
COFFEE_VALUEpublic static final HumanTaskUseCase HEATING
HEATING_VALUEpublic static final HumanTaskUseCase ORDER
ORDER_VALUEpublic static final HumanTaskUseCase PLANTS
PLANTS_VALUEpublic static final HumanTaskUseCase BELL
BELL_VALUEpublic static final HumanTaskUseCase HEALTH
HEALTH_VALUEpublic static final int UNIVERSAL_VALUE
If the meaning of 'UNIVERSAL' literal object isn't clear, there really should be more of a description here...
UNIVERSAL,
Constant Field Valuespublic static final int COFFEE_VALUE
If the meaning of 'COFFEE' literal object isn't clear, there really should be more of a description here...
COFFEE,
Constant Field Valuespublic static final int HEATING_VALUE
If the meaning of 'HEATING' literal object isn't clear, there really should be more of a description here...
HEATING,
Constant Field Valuespublic static final int ORDER_VALUE
If the meaning of 'ORDER' literal object isn't clear, there really should be more of a description here...
ORDER,
Constant Field Valuespublic static final int PLANTS_VALUE
If the meaning of 'PLANTS' literal object isn't clear, there really should be more of a description here...
PLANTS,
Constant Field Valuespublic static final int BELL_VALUE
If the meaning of 'BELL' literal object isn't clear, there really should be more of a description here...
BELL,
Constant Field Valuespublic static final int HEALTH_VALUE
If the meaning of 'HEALTH' literal object isn't clear, there really should be more of a description here...
HEALTH,
Constant Field Valuespublic static final List<HumanTaskUseCase> VALUES
public static HumanTaskUseCase[] values()
for (HumanTaskUseCase c : HumanTaskUseCase.values()) System.out.println(c);
public static HumanTaskUseCase 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 HumanTaskUseCase get(String literal)
literal - the literal.null.public static HumanTaskUseCase getByName(String name)
name - the name.null.public static HumanTaskUseCase 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<HumanTaskUseCase>Copyright © 2018. All rights reserved.