|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.metadata.InheritanceStrategy
Representation of the values for inheritance "strategy".
Field Summary | |
static InheritanceStrategy |
NEW_TABLE
strategy="new-table" |
static InheritanceStrategy |
SUBCLASS_TABLE
strategy="subclass-table" |
static InheritanceStrategy |
SUPERCLASS_TABLE
strategy="superclass-table" |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static InheritanceStrategy |
getInheritanceStrategy(java.lang.String value)
Obtain a InheritanceStrategy for the given name by value |
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 InheritanceStrategy SUBCLASS_TABLE
public static final InheritanceStrategy NEW_TABLE
public static final InheritanceStrategy SUPERCLASS_TABLE
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 InheritanceStrategy getInheritanceStrategy(java.lang.String value)
value
value
- the name
value
is null, returns InheritanceStrategy.NEW_TABLE.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |