Uses of Class
wt.epm.EPMAuthAppVersionRef

Packages that use EPMAuthAppVersionRef
wt.epm
 
wt.epm.supportingdata   
 

Uses of EPMAuthAppVersionRef in wt.epm
 

Fields in wt.epm declared as EPMAuthAppVersionRef
private  EPMAuthAppVersionRef EPMDocument.authoringAppVersionReference
           
 

Methods in wt.epm that return EPMAuthAppVersionRef
 EPMAuthAppVersionRef EPMDocument.getAuthoringAppVersionReference()
          Gets the value of the attribute: AUTHORING_APP_VERSION_REFERENCE.
static EPMAuthAppVersionRef EPMAuthAppVersionRef.newEPMAuthAppVersionRef(EPMAuthoringAppVersion authoringAppVersion)
          

Supported API: false
static EPMAuthAppVersionRef EPMAuthAppVersionRef.newEPMAuthAppVersionRef(EPMAuthAppVersionRef versionRef)
          

Supported API: false
static EPMAuthAppVersionRef EPMAuthAppVersionRef.newEPMAuthAppVersionRef(ObjectIdentifier oid)
          

Supported API: false
 

Methods in wt.epm with parameters of type EPMAuthAppVersionRef
 void EPMDocument.setAuthoringAppVersionReference(EPMAuthAppVersionRef a_AuthoringAppVersionReference)
          Sets the value of the attribute: AUTHORING_APP_VERSION_REFERENCE.
private  void EPMDocument.authoringAppVersionReferenceValidate(EPMAuthAppVersionRef a_AuthoringAppVersionReference)
           
private  void EPMDocument.checkAuthoringApplication(EPMAuthAppVersionRef a_AuthoringAppVersionReference)
           
protected  boolean EPMAuthAppVersionRef.readVersion(EPMAuthAppVersionRef thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static EPMAuthAppVersionRef EPMAuthAppVersionRef.newEPMAuthAppVersionRef(EPMAuthAppVersionRef versionRef)
          

Supported API: false
protected  void EPMAuthAppVersionRef.initialize(EPMAuthAppVersionRef versionRef)
          Supports initialization, following construction of an instance.
 

Uses of EPMAuthAppVersionRef in wt.epm.supportingdata
 

Fields in wt.epm.supportingdata declared as EPMAuthAppVersionRef
private  EPMAuthAppVersionRef EPMSupportingData.authoringAppVersionReference
           
 

Methods in wt.epm.supportingdata that return EPMAuthAppVersionRef
 EPMAuthAppVersionRef EPMSupportingData.getAuthoringAppVersionReference()
          Gets the value of the attribute: AUTHORING_APP_VERSION_REFERENCE.
 

Methods in wt.epm.supportingdata with parameters of type EPMAuthAppVersionRef
 void EPMSupportingData.setAuthoringAppVersionReference(EPMAuthAppVersionRef a_AuthoringAppVersionReference)
          Sets the value of the attribute: AUTHORING_APP_VERSION_REFERENCE.
private  void EPMSupportingData.authoringAppVersionReferenceValidate(EPMAuthAppVersionRef a_AuthoringAppVersionReference)
           
private  void EPMSupportingData.checkAuthoringApplication(EPMAuthAppVersionRef a_AuthoringAppVersionReference)