Interface PDMPackage

All Known Implementing Classes:
PDMPackageImpl

public interface PDMPackage
This is the package object, representing the neutral package.

Supported API: true

Extendable: false
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Label for the attribute.
    static final String
    Label for the attribute.
    static final String
    Label for the attribute.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.ptc.wpc.core.PDMBaseline[]
    Gets the object for the association that plays role: BASELINES.
    Gets the object for the association that plays role: PACKAGE_INFO.
    com.ptc.wpc.core.PDMSet
    Gets the object for the association that plays role: PDMSET.
  • Field Details

  • Method Details

    • getPdmset

      com.ptc.wpc.core.PDMSet getPdmset()
      Gets the object for the association that plays role: PDMSET.

      Supported API: true
      Returns:
      PDMSet
    • getBaselines

      com.ptc.wpc.core.PDMBaseline[] getBaselines()
      Gets the object for the association that plays role: BASELINES.

      Supported API: true
      Returns:
      PDMBaseline[]
    • getPackageInfo

      PackageInfo getPackageInfo()
      Gets the object for the association that plays role: PACKAGE_INFO.

      Supported API: true
      Returns:
      PackageInfo