public enum ModelCheckerResultType extends Enum<ModelCheckerResultType> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getModelCheckerResultType()| Enum Constant and Description |
|---|
ERROR
The 'ERROR' literal object.
|
SUCCESS
The 'SUCCESS' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_VALUE
The 'ERROR' literal value.
|
static int |
SUCCESS_VALUE
The 'SUCCESS' literal value.
|
static List<ModelCheckerResultType> |
VALUES
A public read-only list of all the 'Model Checker Result Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelCheckerResultType |
get(int value)
Returns the 'Model Checker Result Type' literal with the specified integer value.
|
static ModelCheckerResultType |
get(String literal)
Returns the 'Model Checker Result Type' literal with the specified literal value.
|
static ModelCheckerResultType |
getByName(String name)
Returns the 'Model Checker Result 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 ModelCheckerResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelCheckerResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelCheckerResultType ERROR
ERROR_VALUEpublic static final ModelCheckerResultType SUCCESS
SUCCESS_VALUEpublic 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 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 List<ModelCheckerResultType> VALUES
public static ModelCheckerResultType[] values()
for (ModelCheckerResultType c : ModelCheckerResultType.values()) System.out.println(c);
public static ModelCheckerResultType 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 ModelCheckerResultType get(String literal)
literal - the literal.null.public static ModelCheckerResultType getByName(String name)
name - the name.null.public static ModelCheckerResultType 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<ModelCheckerResultType>Copyright © 2018 OpenSource BIM. All rights reserved.