Interface ConstraintContainer
- All Known Implementing Classes:
BasicConstraintContainer
public interface ConstraintContainer
ConstraintContainer interface provides APIs for storing/retreiving data
used for contraints. The ConstraintContainer is used in conjunction
with the AttributeContainer Interface. See MetamodelSpec for more information
about Meta Elements.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
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
DescriptorContainer getDescriptorContainer()Gets the object for the association that plays role: theDescriptorContainer.
Supported API: true- Returns:
- DescriptorContainer
-
setDescriptorContainer
Sets the object for the association that plays role: theDescriptorContainer.
Supported API: true- Parameters:
a_DescriptorContainer-
-