Package com.ptc.wpc.core
Interface PDMPackage
- All Known Implementing Classes:
PDMPackageImpl
public interface PDMPackage
This is the package object, representing the neutral package.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.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.PDMSetGets the object for the association that plays role: PDMSET.
-
Field Details
-
PDMSET
Label for the attribute.
Supported API: true- See Also:
-
BASELINES
Label for the attribute.
Supported API: true- See Also:
-
PACKAGE_INFO
Label for the attribute.
Supported API: true- See Also:
-
-
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
-