Interface ArrayDef

  • All Superinterfaces:
    FieldDef

    public interface ArrayDef
    extends FieldDef
    ArrayDef is an extension of FieldDef to encapsulate an array of values. It defines an array of values of the same type.
    Since:
    3.0
    • Method Detail

      • getElement

        FieldDef getElement()
        Returns:
        the FieldDef of the array element
      • clone

        ArrayDef clone()
        Description copied from interface: FieldDef
        Perform a deep copy of this FieldDef instance.
        Specified by:
        clone in interface FieldDef
        Returns:
        a deep copy of this object