|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.metadata.DiscriminatorStrategy
public class 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)
equals in class java.lang.Objecto - the reference object with which to compare.
public java.lang.String toString()
toString in class java.lang.Objectpublic 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 | |||||||||