org.jpox.store.rdbms.key
Class ForeignKey.FKAction

java.lang.Object
  extended byorg.jpox.store.rdbms.key.ForeignKey.FKAction
Enclosing class:
ForeignKey

public static class ForeignKey.FKAction
extends java.lang.Object

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

ForeignKey.FKAction

public ForeignKey.FKAction(int type,
                           java.lang.String keyword)
Constructor

Parameters:
type - the type of this action
keyword - the keyword (name) of this action
Method Detail

getType

public int getType()
Accessor for the type

Returns:
the type

getKeyword

public java.lang.String getKeyword()
Accessor for the keyword

Returns:
the keyword


Copyright © -2007 . All Rights Reserved.