Class DiscreteSet

java.lang.Object
com.ptc.core.meta.common.DiscreteSet
All Implemented Interfaces:
DataSet, DataType, Serializable

@FrozenSerializable public class DiscreteSet extends Object implements DataSet, Serializable


Supported API: true

Extendable: false
See Also:
  • Method Details

    • getElements

      public Object[] getElements()
      Gets the elements of the data set

      Supported API: true
      Returns:
      Object[]
    • toExternalForm

      public String toExternalForm()


      Supported API: true
      Specified by:
      toExternalForm in interface DataType
      Returns:
      String
    • fromExternalForm

      public DataType fromExternalForm(String external_form)


      Supported API: true
      Specified by:
      fromExternalForm in interface DataType
      Parameters:
      external_form -
      Returns:
      DataType
    • writeExternalForm

      public void writeExternalForm(Writer writer) throws IOException


      Supported API: true
      Specified by:
      writeExternalForm in interface DataType
      Parameters:
      writer -
      Throws:
      IOException