Interface BooleanDef

All Superinterfaces:
FieldDef

public interface BooleanDef extends FieldDef
BooleanDef is an extension of FieldDef to encapsulate a Boolean. It adds a default value to FieldDef
Since:
3.0
  • Method Details

    • clone

      BooleanDef 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