| |
|
| java.lang.Object org.jpox.metadata.NullValue
NullValue | public class NullValue implements Serializable(Code) | | jdo config null-value class.
<!ATTLIST field null-value (exception|default|none) 'none'>
since: 1.1 version: $Revision: 1.5 $ |
Method Summary | |
public boolean | equals(Object o) Indicates whether some other object is "equal to" this one.
Parameters: o - the reference object with which to compare. | public static NullValue | getNullValue(String value) Obtain a NullValue for the given name by value
Parameters: value - the name the NullValue found or NullValue.NONE if not found. | public int | getType() Accessor for the type. | public String | toString() Returns a string representation of the object. |
EXCEPTION | final public static NullValue EXCEPTION(Code) | | null-value="exception"
|
equals | public boolean equals(Object o)(Code) | | Indicates whether some other object is "equal to" this one.
Parameters: o - the reference object with which to compare. true if this object is the same as the obj argument; false otherwise. |
getNullValue | public static NullValue getNullValue(String value)(Code) | | Obtain a NullValue for the given name by value
Parameters: value - the name the NullValue found or NullValue.NONE if not found. If value is null, returns NullValue.NONE. |
getType | public int getType()(Code) | | Accessor for the type.
Type |
toString | public String toString()(Code) | | Returns a string representation of the object.
a string representation of the object. |
|
|
|