| |
|
| java.lang.Object org.jpox.metadata.FieldPersistenceModifier
FieldPersistenceModifier | public class FieldPersistenceModifier implements Serializable(Code) | | Class defining the possibilities for persistence, in terms of the type of
persistence, and the types that are capable to be supported.
since: 1.1 version: $Revision: 1.4 $ |
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 FieldPersistenceModifier | getFieldPersistenceModifier(String value) Return FieldPersistenceModifier from String.
Parameters: value - persistence-modifier attribute value Instance of FieldPersistenceModifier. | protected int | getType() | public String | toString() Returns a string representation of the object. |
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. |
getFieldPersistenceModifier | public static FieldPersistenceModifier getFieldPersistenceModifier(String value)(Code) | | Return FieldPersistenceModifier from String.
Parameters: value - persistence-modifier attribute value Instance of FieldPersistenceModifier. If value invalid, return null. |
getType | protected int getType()(Code) | | |
toString | public String toString()(Code) | | Returns a string representation of the object.
a string representation of the object. |
|
|
|