|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rs.types.ErrorType
Field Summary | |
static ErrorType |
ERROR
The instance of the Error type |
static int |
ERROR_TYPE
The Error type |
static ErrorType |
WARNING
The instance of the Warning type |
static int |
WARNING_TYPE
The Warning type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of ErrorType |
int |
getType()
Returns the type of this ErrorType |
java.lang.String |
toString()
Returns the String representation of this ErrorType |
static ErrorType |
valueOf(java.lang.String string)
Returns a new ErrorType based on the given String value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int WARNING_TYPE
public static final ErrorType WARNING
public static final int ERROR_TYPE
public static final ErrorType ERROR
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static ErrorType valueOf(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |