Uses of Interface
wt.epm.familytable.EPMFamilyTableMaster

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

Uses of EPMFamilyTableMaster in wt.epm.familytable
 

Classes in wt.epm.familytable that implement EPMFamilyTableMaster
 class EPMSepFamilyTableMaster
           Use the newEPMSepFamilyTableMaster static factory method(s), not the EPMSepFamilyTableMaster constructor, to construct instances of this class.
 

Methods in wt.epm.familytable that return EPMFamilyTableMaster
 EPMFamilyTableMaster EPMSepFamilyTable.getFamilyTableMaster()
          Gets the object for the association that plays role: FAMILY_TABLE_MASTER.
 EPMFamilyTableMaster EPMFamilyTableMasterFamilyTableLink.getFamilyTableMaster()
          Gets the object for the association that plays role: FAMILY_TABLE_MASTER_ROLE.
 EPMFamilyTableMaster EPMFamilyTable.getFamilyTableMaster()
          Gets the object for the association that plays role: FAMILY_TABLE_MASTER.
 

Methods in wt.epm.familytable with parameters of type EPMFamilyTableMaster
static EPMSepFamilyTable EPMSepFamilyTable.newEPMSepFamilyTable(EPMFamilyTableMaster master, AdminDomainRef domain)
          

Supported API: false
protected  void EPMSepFamilyTable.initialize(EPMFamilyTableMaster master, AdminDomainRef domain)
          Supports initialization, following construction of an instance.
 void EPMSepFamilyTable.setFamilyTableMaster(EPMFamilyTableMaster a_FamilyTableMaster)
          Sets the object for the association that plays role: FAMILY_TABLE_MASTER.
static EPMParameterDefinition EPMParameterDefinition.newEPMParameterDefinition(String name, int internalId, int valueType, int parameterType, EPMFamilyTableMaster familyTableMaster)
          

Supported API: false
protected  void EPMParameterDefinition.initialize(String name, int internalId, int valueType, int parameterType, EPMFamilyTableMaster familyTableMaster)
          Supports initialization, following construction of an instance.
static EPMFeatureDefinition EPMFeatureDefinition.newEPMFeatureDefinition(String name, int internalId, int valueType, int featureType, EPMFamilyTableMaster familyTableMaster)
          

Supported API: false
protected  void EPMFeatureDefinition.initialize(String name, int internalId, int valueType, int featureType, EPMFamilyTableMaster familyTableMaster)
          Supports initialization, following construction of an instance.
 void EPMFamilyTableMasterFamilyTableLink.setFamilyTableMaster(EPMFamilyTableMaster familyTableMaster)
          Sets the object for the association that plays role: FAMILY_TABLE_MASTER_ROLE.
static EPMFamilyTableMasterFamilyTableLink EPMFamilyTableMasterFamilyTableLink.newEPMFamilyTableMasterFamilyTableLink(EPMFamilyTableMaster familyTableMaster, EPMFamilyTable familyTable)
          Default factory for the class.
 void EPMFamilyTable.setFamilyTableMaster(EPMFamilyTableMaster a_FamilyTableMaster)
          Sets the object for the association that plays role: FAMILY_TABLE_MASTER.
 

Uses of EPMFamilyTableMaster in wt.epm.upload
 

Methods in wt.epm.upload that return EPMFamilyTableMaster
 EPMFamilyTableMaster Cache.getFamilyTableMasterByName(String name)