|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.ErrorType
public final class ErrorType
A representation of the literals of the enumeration 'Error Type', and utility methods for working with them.
RegistryPackage.getErrorType()| Field Summary | |
|---|---|
static int |
ERROR
The 'Error' literal value. |
static ErrorType |
ERROR_LITERAL
The 'Error' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Error Type' enumerators. |
static int |
WARNING
The 'Warning' literal value. |
static ErrorType |
WARNING_LITERAL
The 'Warning' literal object. |
| Method Summary | |
|---|---|
static ErrorType |
get(int value)
Returns the 'Error Type' literal with the specified integer value. |
static ErrorType |
get(java.lang.String literal)
Returns the 'Error Type' literal with the specified literal value. |
static ErrorType |
getByName(java.lang.String name)
Returns the 'Error Type' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int WARNING
If the meaning of 'Warning' literal object isn't clear, there really should be more of a description here...
WARNING_LITERAL,
Constant Field Valuespublic static final int ERROR
If the meaning of 'Error' literal object isn't clear, there really should be more of a description here...
ERROR_LITERAL,
Constant Field Valuespublic static final ErrorType WARNING_LITERAL
WARNINGpublic static final ErrorType ERROR_LITERAL
ERRORpublic static final java.util.List VALUES
| Method Detail |
|---|
public static ErrorType get(java.lang.String literal)
public static ErrorType getByName(java.lang.String name)
public static ErrorType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||