org.eclipse.emf.common.util.Enumerator
public enum EEF_VALIDATION_SEVERITY_DESCRIPTION extends java.lang.Enum<EEF_VALIDATION_SEVERITY_DESCRIPTION> implements org.eclipse.emf.common.util.Enumerator
Enum Constant | Description |
---|---|
ERROR |
The 'ERROR' literal object.
|
INFO |
The 'INFO' literal object.
|
WARNING |
The 'WARNING' literal object.
|
Modifier and Type | Field | Description |
---|---|---|
static int |
ERROR_VALUE |
The 'ERROR' literal value.
|
static int |
INFO_VALUE |
The 'INFO' literal value.
|
static java.util.List<EEF_VALIDATION_SEVERITY_DESCRIPTION> |
VALUES |
A public read-only list of all the 'EEF VALIDATION SEVERITY DESCRIPTION' enumerators.
|
static int |
WARNING_VALUE |
The 'WARNING' literal value.
|
Modifier and Type | Method | Description |
---|---|---|
static EEF_VALIDATION_SEVERITY_DESCRIPTION |
get(int value) |
Returns the 'EEF VALIDATION SEVERITY DESCRIPTION' literal with the specified integer value.
|
static EEF_VALIDATION_SEVERITY_DESCRIPTION |
get(java.lang.String literal) |
Returns the 'EEF VALIDATION SEVERITY DESCRIPTION' literal with the specified literal value.
|
static EEF_VALIDATION_SEVERITY_DESCRIPTION |
getByName(java.lang.String name) |
Returns the 'EEF VALIDATION SEVERITY DESCRIPTION' literal with the specified name.
|
java.lang.String |
getLiteral() |
|
java.lang.String |
getName() |
|
int |
getValue() |
|
java.lang.String |
toString() |
Returns the literal value of the enumerator, which is its string representation.
|
static EEF_VALIDATION_SEVERITY_DESCRIPTION |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EEF_VALIDATION_SEVERITY_DESCRIPTION[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEF_VALIDATION_SEVERITY_DESCRIPTION INFO
INFO_VALUE
public static final EEF_VALIDATION_SEVERITY_DESCRIPTION WARNING
WARNING_VALUE
public static final EEF_VALIDATION_SEVERITY_DESCRIPTION ERROR
ERROR_VALUE
public static final int INFO_VALUE
INFO
,
Constant Field Valuespublic static final int WARNING_VALUE
WARNING
,
Constant Field Valuespublic static final int ERROR_VALUE
ERROR
,
Constant Field Valuespublic static final java.util.List<EEF_VALIDATION_SEVERITY_DESCRIPTION> VALUES
public static EEF_VALIDATION_SEVERITY_DESCRIPTION[] values()
for (EEF_VALIDATION_SEVERITY_DESCRIPTION c : EEF_VALIDATION_SEVERITY_DESCRIPTION.values()) System.out.println(c);
public static EEF_VALIDATION_SEVERITY_DESCRIPTION valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static EEF_VALIDATION_SEVERITY_DESCRIPTION get(java.lang.String literal)
literal
- the literal.null
.public static EEF_VALIDATION_SEVERITY_DESCRIPTION getByName(java.lang.String name)
name
- the name.null
.public static EEF_VALIDATION_SEVERITY_DESCRIPTION get(int value)
value
- the integer value.null
.public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<EEF_VALIDATION_SEVERITY_DESCRIPTION>