Interface ArgumentType

    • Method Detail

      • getTypeAsString

        String getTypeAsString()
        String which represents the type. This string will be presented to the users of the system.
        Specified by:
        getTypeAsString in interface DataType
        Returns:
      • getUnitSet

        List<UnitType> getUnitSet()
        Returns:
        the list of units
      • toBuilder

        <T extends ArgumentTypeArgumentType.Builder<?> toBuilder()
        Create a shallow copy of the data type - the object itself (and the primitive fields) are new but the other fields reference to the same object like the original
        Returns: