Foreign keys represent a consistency constraint in the database that must be
maintained. This class enumerates the actions which happens when foreign-keys
are updated or deleted.
version: $Revision: 1.5 $
getForeignKeyAction(String value) Return ForeignKeyDeleteAction from String.
Parameters: value - delete-action attribute value Instance of ForeignKeyDeleteAction.
Indicates whether some other object is "equal to" this one.
Parameters: o - the reference object with which to compare. true if this object is the same as the obj argument; false otherwise.
Return ForeignKeyDeleteAction from String.
Parameters: value - delete-action attribute value Instance of ForeignKeyDeleteAction. If value invalid, return null.