|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.metadata.NullValue
jdo config null-value class.
<!ATTLIST field null-value (exception|default|none) 'none'>
Field Summary | |
static NullValue |
DEFAULT
null-value="default" |
static NullValue |
EXCEPTION
null-value="exception" |
static NullValue |
NONE
null-value="none" |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static NullValue |
getNullValue(java.lang.String value)
Obtain a NullValue for the given name by value |
int |
getType()
Accessor for the type. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final NullValue EXCEPTION
public static final NullValue DEFAULT
public static final NullValue NONE
Method Detail |
public boolean equals(java.lang.Object o)
o
- the reference object with which to compare.
public java.lang.String toString()
public int getType()
public static NullValue getNullValue(java.lang.String value)
value
value
- the name
value
is null, returns NullValue.NONE.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |