Uses of Interface
wt.epm.familytable.EPMParameterContainer

Packages that use EPMParameterContainer
wt.epm
 
wt.epm.familytable   
 

Uses of EPMParameterContainer in wt.epm
 

Classes in wt.epm that implement EPMParameterContainer
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of EPMParameterContainer in wt.epm.familytable
 

Methods in wt.epm.familytable that return EPMParameterContainer
 EPMParameterContainer EPMParameterValueContainerLink.getContainer()
          Gets the object for the association that plays role: CONTAINER_ROLE.
 EPMParameterContainer EPMParameterValue.getContainer()
          Gets the object for the association that plays role: CONTAINER.
 

Methods in wt.epm.familytable with parameters of type EPMParameterContainer
 void EPMParameterValueContainerLink.setContainer(EPMParameterContainer container)
          Sets the object for the association that plays role: CONTAINER_ROLE.
static EPMParameterValueContainerLink EPMParameterValueContainerLink.newEPMParameterValueContainerLink(EPMParameterContainer container, EPMParameterValue parameterValue)
          Default factory for the class.
 void EPMParameterValue.setContainer(EPMParameterContainer a_Container)
          Sets the object for the association that plays role: CONTAINER.