Interface BinaryDef

  • All Superinterfaces:
    FieldDef

    public interface BinaryDef
    extends FieldDef
    BinaryDef is an extension of FieldDef to encapsulate a Binary type. There is no instance-specific state at this time.
    Since:
    3.0
    • Method Detail

      • clone

        BinaryDef 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.