public interface EndPathMultiplicity
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BlocksPackage.getEndPathMultiplicity()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Property |
getBase_Property()
Returns the value of the 'Base Property' reference.
|
int |
getLower()
Returns the value of the 'Lower' attribute.
|
int |
getUpper()
Returns the value of the 'Upper' attribute.
|
void |
setBase_Property(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Base Property ' reference. |
void |
setLower(int value)
Sets the value of the '
Lower ' attribute. |
void |
setUpper(int value)
Sets the value of the '
Upper ' attribute. |
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)
,
BlocksPackage.getEndPathMultiplicity_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()
int getLower()
"0"
.
Gives the minimum number of values of the property at the end of the related bindingPath, for each object reached by navigation along the bindingPath from an instance of the block owning the property to which EndPathMultiplicity is applied
setLower(int)
,
BlocksPackage.getEndPathMultiplicity_Lower()
void setLower(int value)
Lower
' attribute.
value
- the new value of the 'Lower' attribute.getLower()
int getUpper()
"-1"
.
Gives the maximum number of values of the property at the end of the related bindingPath, for each object reached by navigation along the bindingPath from an instance of the block owning the property to which EndPathMultiplicity is applied.
setUpper(int)
,
BlocksPackage.getEndPathMultiplicity_Upper()
void setUpper(int value)
Upper
' attribute.
value
- the new value of the 'Upper' attribute.getUpper()
Copyright © 2015–2016 Eclipse foundation. All rights reserved.