Uses of Interface
wt.iba.definition.SoftMetaData

Packages that use SoftMetaData
com.ptc.core.meta.server.impl   
com.ptc.core.meta.type.mgmt.server   
com.ptc.core.meta.type.mgmt.server.impl   
wt.iba.definition   
 

Uses of SoftMetaData in com.ptc.core.meta.server.impl
 

Methods in com.ptc.core.meta.server.impl that return SoftMetaData
 SoftMetaData LogicalIdentifierMapEntry.getIdentifiedObject()
          Gets the object for the association that plays role: IDENTIFIED_OBJECT.
 SoftMetaData IdentifiedObjectTheLogicalIdentifierMapEntry.getIdentifiedObject()
          Gets the object for the association that plays role: IDENTIFIED_OBJECT_ROLE.
 

Methods in com.ptc.core.meta.server.impl with parameters of type SoftMetaData
 void LogicalIdentifierMapEntry.setIdentifiedObject(SoftMetaData a_IdentifiedObject)
          Sets the object for the association that plays role: IDENTIFIED_OBJECT.
 void IdentifiedObjectTheLogicalIdentifierMapEntry.setIdentifiedObject(SoftMetaData identifiedObject)
          Sets the object for the association that plays role: IDENTIFIED_OBJECT_ROLE.
static IdentifiedObjectTheLogicalIdentifierMapEntry IdentifiedObjectTheLogicalIdentifierMapEntry.newIdentifiedObjectTheLogicalIdentifierMapEntry(SoftMetaData identifiedObject, LogicalIdentifierMapEntry theLogicalIdentifierMapEntry)
          Default factory for the class.
 

Uses of SoftMetaData in com.ptc.core.meta.type.mgmt.server
 

Subinterfaces of SoftMetaData in com.ptc.core.meta.type.mgmt.server
 interface TypeDefinition
          

Supported API: false

Extendable: false
 

Uses of SoftMetaData in com.ptc.core.meta.type.mgmt.server.impl
 

Classes in com.ptc.core.meta.type.mgmt.server.impl that implement SoftMetaData
 class WTTypeDefinition
           Use the newWTTypeDefinition static factory method(s), not the WTTypeDefinition constructor, to construct instances of this class.
 

Uses of SoftMetaData in wt.iba.definition
 

Subinterfaces of SoftMetaData in wt.iba.definition
 interface AttributeDefinition
          The AttributeDefinition interface should be implemented by ninel concrete attribute defintion classes.
 

Classes in wt.iba.definition that implement SoftMetaData
 class AbstractAttributeDefinition
          AbstractAttributeDefinition is the super class of nine attribute definitions.
 class BooleanDefinition
          The Boolean attribute defintion.
 class FloatDefinition
          The Float attribute definition.
 class IntegerDefinition
          The Integer attribute definition.
 class RatioDefinition
          The Ratio attribute definition.
 class ReferenceDefinition
          The Reference attribute defintion.
 class StringDefinition
          The String attribute definition.
 class TimestampDefinition
          The Timestamp attribute definition.
 class UnitDefinition
          The Unit attribute definition.
 class URLDefinition
          The URL attribute definition.