org.oasis.ebxml.registry.bindings.rs.types
Class ErrorType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rs.types.ErrorType
All Implemented Interfaces:
java.io.Serializable

public class ErrorType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

WARNING_TYPE

public static final int WARNING_TYPE
The Warning type

See Also:
Constant Field Values

WARNING

public static final ErrorType WARNING
The instance of the Warning type


ERROR_TYPE

public static final int ERROR_TYPE
The Error type

See Also:
Constant Field Values

ERROR

public static final ErrorType ERROR
The instance of the Error type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of ErrorType


getType

public int getType()
Returns the type of this ErrorType


toString

public java.lang.String toString()
Returns the String representation of this ErrorType


valueOf

public static ErrorType valueOf(java.lang.String string)
Returns a new ErrorType based on the given String value.

Parameters:
string -