com.ptc.core.meta.common
Class WildcardSet

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

public class WildcardSet
extends Object
implements com.ptc.core.meta.common.DataSet, Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 DataType fromExternalForm(String external_form)
          

Supported API: true
 String toExternalForm()
          

Supported API: true
 void writeExternalForm(Writer writer)
          

Supported API: true
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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