gov.grants.apply.system.Global_V1_0
Class YesNoType

java.lang.Object
  extended bygov.grants.apply.system.Global_V1_0.YesNoType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static java.lang.String _N
           
static java.lang.String _Y
           
static YesNoType N
           
static YesNoType Y
           
 
Constructor Summary
protected YesNoType(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static YesNoType fromString(java.lang.String value)
           
static YesNoType fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_Y

public static final java.lang.String _Y
See Also:
Constant Field Values

_N

public static final java.lang.String _N
See Also:
Constant Field Values

Y

public static final YesNoType Y

N

public static final YesNoType N
Constructor Detail

YesNoType

protected YesNoType(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static YesNoType fromValue(java.lang.String value)
                           throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

fromString

public static YesNoType fromString(java.lang.String value)
                            throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException