public enum HumanTaskType extends Enum<HumanTaskType> implements org.eclipse.emf.common.util.Enumerator
SofiaPackage.getHumanTaskType()| Enum Constant and Description |
|---|
ERROR
The 'ERROR' literal object.
|
HINT
The 'HINT' literal object.
|
INTERACTION
The 'INTERACTION' literal object.
|
WARNING
The 'WARNING' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_VALUE
The 'ERROR' literal value.
|
static int |
HINT_VALUE
The 'HINT' literal value.
|
static int |
INTERACTION_VALUE
The 'INTERACTION' literal value.
|
static List<HumanTaskType> |
VALUES
A public read-only list of all the 'Human Task Type' enumerators.
|
static int |
WARNING_VALUE
The 'WARNING' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static HumanTaskType |
get(int value)
Returns the 'Human Task Type' literal with the specified integer value.
|
static HumanTaskType |
get(String literal)
Returns the 'Human Task Type' literal with the specified literal value.
|
static HumanTaskType |
getByName(String name)
Returns the 'Human Task Type' 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 HumanTaskType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HumanTaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HumanTaskType HINT
HINT_VALUEpublic static final HumanTaskType WARNING
WARNING_VALUEpublic static final HumanTaskType INTERACTION
INTERACTION_VALUEpublic static final HumanTaskType ERROR
ERROR_VALUEpublic static final int HINT_VALUE
If the meaning of 'HINT' literal object isn't clear, there really should be more of a description here...
HINT,
Constant Field Valuespublic static final int WARNING_VALUE
If the meaning of 'WARNING' literal object isn't clear, there really should be more of a description here...
WARNING,
Constant Field Valuespublic static final int INTERACTION_VALUE
If the meaning of 'INTERACTION' literal object isn't clear, there really should be more of a description here...
INTERACTION,
Constant Field Valuespublic static final int ERROR_VALUE
If the meaning of 'ERROR' literal object isn't clear, there really should be more of a description here...
ERROR,
Constant Field Valuespublic static final List<HumanTaskType> VALUES
public static HumanTaskType[] values()
for (HumanTaskType c : HumanTaskType.values()) System.out.println(c);
public static HumanTaskType 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 HumanTaskType get(String literal)
literal - the literal.null.public static HumanTaskType getByName(String name)
name - the name.null.public static HumanTaskType 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<HumanTaskType>Copyright © 2018. All rights reserved.