com.ptc.core.meta.common
Interface DataType

All Known Implementing Classes:
AnalogSet, ChangesRecordedElement, CompositeSet, DiscreteSet, EmptySet, State, StructureDefinition, ValueWrapperFunction, WildcardSet

public interface DataType



Supported API: true

Extendable: false


Method Summary
 DataType fromExternalForm(String external_form)
          

Supported API: true
 String toExternalForm()
          

Supported API: true
 void writeExternalForm(Writer writer)
          

Supported API: true
 

Method Detail

toExternalForm

String toExternalForm()


Supported API: true

Returns:
String

fromExternalForm

DataType fromExternalForm(String external_form)


Supported API: true

Parameters:
external_form -
Returns:
DataType

writeExternalForm

void writeExternalForm(Writer writer)
                       throws IOException


Supported API: true

Parameters:
writer -
Throws:
IOException