public enum NotifictionResultEnum extends Enum<NotifictionResultEnum> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getNotifictionResultEnum()| Enum Constant and Description |
|---|
NR_ERROR
The 'NR ERROR' literal object.
|
PROGRESS_PERCENTAGE
The 'PROGRESS PERCENTAGE' literal object.
|
PROGRESS_UNKNOWN
The 'PROGRESS UNKNOWN' literal object.
|
SUCCESS
The 'SUCCESS' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
NR_ERROR_VALUE
The 'NR ERROR' literal value.
|
static int |
PROGRESS_PERCENTAGE_VALUE
The 'PROGRESS PERCENTAGE' literal value.
|
static int |
PROGRESS_UNKNOWN_VALUE
The 'PROGRESS UNKNOWN' literal value.
|
static int |
SUCCESS_VALUE
The 'SUCCESS' literal value.
|
static List<NotifictionResultEnum> |
VALUES
A public read-only list of all the 'Notifiction Result Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static NotifictionResultEnum |
get(int value)
Returns the 'Notifiction Result Enum' literal with the specified integer value.
|
static NotifictionResultEnum |
get(String literal)
Returns the 'Notifiction Result Enum' literal with the specified literal value.
|
static NotifictionResultEnum |
getByName(String name)
Returns the 'Notifiction Result Enum' 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 NotifictionResultEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifictionResultEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotifictionResultEnum NR_ERROR
NR_ERROR_VALUEpublic static final NotifictionResultEnum SUCCESS
SUCCESS_VALUEpublic static final NotifictionResultEnum PROGRESS_UNKNOWN
PROGRESS_UNKNOWN_VALUEpublic static final NotifictionResultEnum PROGRESS_PERCENTAGE
PROGRESS_PERCENTAGE_VALUEpublic static final int NR_ERROR_VALUE
If the meaning of 'NR ERROR' literal object isn't clear, there really should be more of a description here...
NR_ERROR,
Constant Field Valuespublic static final int SUCCESS_VALUE
If the meaning of 'SUCCESS' literal object isn't clear, there really should be more of a description here...
SUCCESS,
Constant Field Valuespublic static final int PROGRESS_UNKNOWN_VALUE
If the meaning of 'PROGRESS UNKNOWN' literal object isn't clear, there really should be more of a description here...
PROGRESS_UNKNOWN,
Constant Field Valuespublic static final int PROGRESS_PERCENTAGE_VALUE
If the meaning of 'PROGRESS PERCENTAGE' literal object isn't clear, there really should be more of a description here...
PROGRESS_PERCENTAGE,
Constant Field Valuespublic static final List<NotifictionResultEnum> VALUES
public static NotifictionResultEnum[] values()
for (NotifictionResultEnum c : NotifictionResultEnum.values()) System.out.println(c);
public static NotifictionResultEnum 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 NotifictionResultEnum get(String literal)
literal - the literal.null.public static NotifictionResultEnum getByName(String name)
name - the name.null.public static NotifictionResultEnum 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<NotifictionResultEnum>Copyright © 2018 OpenSource BIM. All rights reserved.