|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.metadata.IdentityType
Representation of the values for identity-type.
<!ATTLIST class identity-type (application|datastore|nondurable) #IMPLIED>
Field Summary | |
static IdentityType |
APPLICATION
identity-type="application" |
static IdentityType |
DATASTORE
identity-type="datastore" |
static IdentityType |
NONDURABLE
identity-type="nondurable" |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static IdentityType |
getIdentityType(java.lang.String value)
Return IdentityType from String. |
int |
getType()
Accessor to the identity 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 IdentityType APPLICATION
public static final IdentityType DATASTORE
public static final IdentityType NONDURABLE
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 IdentityType getIdentityType(java.lang.String value)
value
- identity-type attribute value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |