|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.metadata.DiscriminatorStrategy
Representation of the values for discriminator "strategy".
Field Summary | |
static DiscriminatorStrategy |
CLASS_NAME
strategy="class-name" |
static DiscriminatorStrategy |
NONE
strategy="none" |
static DiscriminatorStrategy |
VALUE_MAP
strategy="value-map" |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static DiscriminatorStrategy |
getDiscriminatorStrategy(java.lang.String value)
Accessor for the strategy |
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 DiscriminatorStrategy NONE
public static final DiscriminatorStrategy VALUE_MAP
public static final DiscriminatorStrategy CLASS_NAME
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 DiscriminatorStrategy getDiscriminatorStrategy(java.lang.String value)
value
- The string form
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |