Class PascalString255DataType

    • Constructor Detail

      • PascalString255DataType

        public PascalString255DataType()
      • PascalString255DataType

        public PascalString255DataType​(DataTypeManager dtm)
    • Method Detail

      • copy

        public DataType copy​(boolean retainIdentity)
      • clone

        public DataType clone​(DataTypeManager dtm)
        Description copied from interface: DataType
        Returns a new instance of this DataType with its universalID and SourceArchive identity retained. Note: for built-in DataType's, clone and copy should have the same affect.
        Parameters:
        dtm - the data-type manager instance whose data-organization should apply.