oracle.toplink.tools.schemaframework
Class ObjectVarrayDefinition
java.lang.Object
|
+--oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
|
+--oracle.toplink.tools.schemaframework.VarrayDefinition
|
+--oracle.toplink.tools.schemaframework.ObjectVarrayDefinition
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class ObjectVarrayDefinition
- extends VarrayDefinition
Purpose: Allow for creation of object varray type.
- See Also:
- Serialized Form
Method Summary |
boolean |
isNullAllowed()
PUBLIC: Return if the varray collection is allowed NULL or not |
void |
setIsNullAllowed(boolean isNullAllowed)
PUBLIC: Set if the varray collection is allowed NULL or not |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ObjectVarrayDefinition
public ObjectVarrayDefinition()
isNullAllowed
public boolean isNullAllowed()
- PUBLIC: Return if the varray collection is allowed NULL or not
setIsNullAllowed
public void setIsNullAllowed(boolean isNullAllowed)
- PUBLIC: Set if the varray collection is allowed NULL or not