org.nhind.config
Class EntityStatus

java.lang.Object
  extended by org.nhind.config.EntityStatus
All Implemented Interfaces:
Serializable

public class EntityStatus
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _DISABLED
           
static String _ENABLED
           
static String _NEW
           
static EntityStatus DISABLED
           
static EntityStatus ENABLED
           
static EntityStatus NEW
           
 
Constructor Summary
protected EntityStatus(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static EntityStatus fromString(String value)
           
static EntityStatus fromValue(String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_NEW

public static final String _NEW
See Also:
Constant Field Values

_ENABLED

public static final String _ENABLED
See Also:
Constant Field Values

_DISABLED

public static final String _DISABLED
See Also:
Constant Field Values

NEW

public static final EntityStatus NEW

ENABLED

public static final EntityStatus ENABLED

DISABLED

public static final EntityStatus DISABLED
Constructor Detail

EntityStatus

protected EntityStatus(String value)
Method Detail

getValue

public String getValue()

fromValue

public static EntityStatus fromValue(String value)
                              throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static EntityStatus fromString(String value)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object



Copyright © 2013. All Rights Reserved.