|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.store.rdbms.key.ForeignKey.FKAction
public static class ForeignKey.FKAction
Inner class representing an action on the FK.
Constructor Summary | |
---|---|
ForeignKey.FKAction(int type,
java.lang.String keyword)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getKeyword()
Accessor for the keyword |
int |
getType()
Accessor for the type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForeignKey.FKAction(int type, java.lang.String keyword)
type
- the type of this actionkeyword
- the keyword (name) of this actionMethod Detail |
---|
public int getType()
public java.lang.String getKeyword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |