public interface Validations
The following features are supported:
OCLforUMLPackage.getValidations()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.uml2.uml.Package |
getBase_Package()
Returns the value of the 'Base Package' reference.
|
boolean |
isValidateInstanceSpecifications()
Returns the value of the 'Validate Instance Specifications' attribute.
|
void |
setBase_Package(org.eclipse.uml2.uml.Package value)
Sets the value of the '
Base Package' reference. |
void |
setValidateInstanceSpecifications(boolean value)
Sets the value of the '
Validate Instance Specifications' attribute. |
org.eclipse.uml2.uml.Package getBase_Package()
If the meaning of the 'Base Package' reference isn't clear, there really should be more of a description here...
setBase_Package(org.eclipse.uml2.uml.Package),
OCLforUMLPackage.getValidations_Base_Package()void setBase_Package(org.eclipse.uml2.uml.Package value)
Base Package' reference.
value - the new value of the 'Base Package' reference.getBase_Package()boolean isValidateInstanceSpecifications()
"false".
Whether child instanceSpecifications should be validated.
setValidateInstanceSpecifications(boolean),
OCLforUMLPackage.getValidations_ValidateInstanceSpecifications()void setValidateInstanceSpecifications(boolean value)
Validate Instance Specifications' attribute.
value - the new value of the 'Validate Instance Specifications' attribute.isValidateInstanceSpecifications()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.