public interface Array
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PapyrusJavaPackage.getArray()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Association |
getBase_association()
Returns the value of the 'Base association' reference
|
org.eclipse.uml2.uml.Parameter |
getBase_parameter()
Returns the value of the 'Base parameter' reference
|
org.eclipse.uml2.uml.Property |
getBase_property()
Returns the value of the 'Base property' reference
|
String |
getDefinition()
Returns the value of the 'Definition' attribute
|
void |
setBase_association(org.eclipse.uml2.uml.Association value)
Sets the value of the '
Base association ' reference |
void |
setBase_parameter(org.eclipse.uml2.uml.Parameter value)
Sets the value of the '
Base parameter ' reference |
void |
setBase_property(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Base property ' reference |
void |
setDefinition(String value)
Sets the value of the '
Definition ' attribute |
org.eclipse.uml2.uml.Parameter getBase_parameter()
If the meaning of the 'Base parameter' reference isn't clear, there really should be more of a description here...
setBase_parameter(Parameter)
,
PapyrusJavaPackage.getArray_Base_parameter()
void setBase_parameter(org.eclipse.uml2.uml.Parameter value)
Base parameter
' reference.
value
- the new value of the 'Base parameter' reference.getBase_parameter()
String getDefinition()
If the meaning of the 'Definition' attribute isn't clear, there really should be more of a description here...
setDefinition(String)
,
PapyrusJavaPackage.getArray_Definition()
void setDefinition(String value)
Definition
' attribute.
value
- the new value of the 'Definition' attribute.getDefinition()
org.eclipse.uml2.uml.Property getBase_property()
If the meaning of the 'Base property' reference isn't clear, there really should be more of a description here...
setBase_property(Property)
,
PapyrusJavaPackage.getArray_Base_property()
void setBase_property(org.eclipse.uml2.uml.Property value)
Base property
' reference.
value
- the new value of the 'Base property' reference.getBase_property()
org.eclipse.uml2.uml.Association getBase_association()
If the meaning of the 'Base association' reference isn't clear, there really should be more of a description here...
setBase_association(Association)
,
PapyrusJavaPackage.getArray_Base_association()
void setBase_association(org.eclipse.uml2.uml.Association value)
Base association
' reference.
value
- the new value of the 'Base association' reference.getBase_association()
Copyright © 2016 Eclipse foundation. All rights reserved.