Class BasicConstraintContainer
java.lang.Object
com.ptc.core.meta.container.common.impl.BasicConstraintContainer
- All Implemented Interfaces:
ConstraintContainer,Externalizable,Serializable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: theDescriptorContainer.voidsetDescriptorContainer(DescriptorContainer a_DescriptorContainer) Sets the object for the association that plays role: theDescriptorContainer.
-
Method Details
-
getDescriptorContainer
Gets the object for the association that plays role: theDescriptorContainer.
Supported API: true- Specified by:
getDescriptorContainerin interfaceConstraintContainer- Returns:
- DescriptorContainer
-
setDescriptorContainer
Sets the object for the association that plays role: theDescriptorContainer.
Supported API: true- Specified by:
setDescriptorContainerin interfaceConstraintContainer- Parameters:
a_DescriptorContainer-
-