Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.tools.schemaframework
Class ObjectVarrayDefinition

java.lang.Object
  extended by oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
      extended by oracle.toplink.tools.schemaframework.VarrayDefinition
          extended by oracle.toplink.tools.schemaframework.ObjectVarrayDefinition

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ObjectVarrayDefinition
extends VarrayDefinition

Purpose: Allow for creation of object varray type.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
name, qualifier

 

Constructor Summary
ObjectVarrayDefinition()
           

 

Method Summary
 boolean isNullAllowed()
          Return if the varray collection is allowed NULL or not
 void setIsNullAllowed(boolean isNullAllowed)
          Set if the varray collection is allowed NULL or not

 

Methods inherited from class oracle.toplink.tools.schemaframework.VarrayDefinition
getSize, getType, getTypeName, getTypeSize, setSize, setType, setTypeName, setTypeSize

 

Methods inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
clone, getName, getQualifier, setName, setQualifier, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ObjectVarrayDefinition

public ObjectVarrayDefinition()

Method Detail

isNullAllowed

public boolean isNullAllowed()
Return if the varray collection is allowed NULL or not

setIsNullAllowed

public void setIsNullAllowed(boolean isNullAllowed)
Set if the varray collection is allowed NULL or not

Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.