public interface Collections
The following features are supported:
OCLforUMLPackage.getCollections()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.uml2.uml.Class |
getBase_Class()
Returns the value of the 'Base Class' reference.
|
org.eclipse.uml2.uml.Package |
getBase_Package()
Returns the value of the 'Base Package' reference.
|
boolean |
isNullFree()
Returns the value of the 'Is Null Free' attribute.
|
boolean |
isSetIsNullFree()
Returns whether the value of the '
Is Null Free' attribute is set. |
void |
setBase_Class(org.eclipse.uml2.uml.Class value)
Sets the value of the '
Base Class' reference. |
void |
setBase_Package(org.eclipse.uml2.uml.Package value)
Sets the value of the '
Base Package' reference. |
void |
setIsNullFree(boolean value)
Sets the value of the '
Is Null Free' attribute. |
void |
unsetIsNullFree()
Unsets the value of the '
Is Null Free' attribute. |
org.eclipse.uml2.uml.Class getBase_Class()
If the meaning of the 'Base Class' reference isn't clear, there really should be more of a description here...
setBase_Class(org.eclipse.uml2.uml.Class),
OCLforUMLPackage.getCollections_Base_Class()void setBase_Class(org.eclipse.uml2.uml.Class value)
Base Class' reference.
value - the new value of the 'Base Class' reference.getBase_Class()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.getCollections_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 isNullFree()
"false".
Whether the type of the TypedElement is a null-free Collection.
isSetIsNullFree(),
unsetIsNullFree(),
setIsNullFree(boolean),
OCLforUMLPackage.getCollections_IsNullFree()void setIsNullFree(boolean value)
Is Null Free' attribute.
value - the new value of the 'Is Null Free' attribute.isSetIsNullFree(),
unsetIsNullFree(),
isNullFree()void unsetIsNullFree()
Is Null Free' attribute.
isSetIsNullFree(),
isNullFree(),
setIsNullFree(boolean)boolean isSetIsNullFree()
Is Null Free' attribute is set.
unsetIsNullFree(),
isNullFree(),
setIsNullFree(boolean)Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.