Class 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 Detail

      • isNullAllowed

        protected boolean isNullAllowed
    • Constructor Detail

      • ObjectVarrayDefinition

        public ObjectVarrayDefinition()
    • Method Detail

      • 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