Uses of Class
wt.epm.familytable.EPMFeatureValue

Packages that use EPMFeatureValue
wt.epm.familytable   
wt.epm.upload   
 

Uses of EPMFeatureValue in wt.epm.familytable
 

Methods in wt.epm.familytable that return EPMFeatureValue
 EPMFeatureValue EPMFeatureValueContainerLink.getFeatureValue()
          Gets the object for the association that plays role: FEATURE_VALUE_ROLE.
static EPMFeatureValue EPMFeatureValue.newEPMFeatureValue(Object value)
          Deprecated.  
static EPMFeatureValue EPMFeatureValue.newEPMFeatureValue(String name, Object value)
          

Supported API: false
 

Methods in wt.epm.familytable with parameters of type EPMFeatureValue
 void EPMFeatureValueContainerLink.setFeatureValue(EPMFeatureValue featureValue)
          Sets the object for the association that plays role: FEATURE_VALUE_ROLE.
static EPMFeatureValueContainerLink EPMFeatureValueContainerLink.newEPMFeatureValueContainerLink(EPMFeatureContainer container, EPMFeatureValue featureValue)
          Default factory for the class.
protected  boolean EPMFeatureValue.readVersion(EPMFeatureValue thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of EPMFeatureValue in wt.epm.upload
 

Methods in wt.epm.upload that return EPMFeatureValue
 EPMFeatureValue CacheDocument.getFeatureValue(String name)
           
 EPMFeatureValue CacheDocument.CacheFeatureValue.getFeatureValue()
           
 

Methods in wt.epm.upload with parameters of type EPMFeatureValue
 CacheDocument.CacheFeatureValue CacheDocument.createCacheFeatureValue(EPMFeatureValue feat)
           
 

Constructors in wt.epm.upload with parameters of type EPMFeatureValue
CacheDocument.CacheFeatureValue(CacheObjectOwner owner, EPMFeatureValue feat)