public interface FeatureCS
A representation of the model object 'Feature CS'.
The following features are supported:
KM3CSTPackage.getFeatureCS()
Method Summary | |
---|---|
MultiplicityBoundCS |
getLower()
Returns the value of the 'Lower' containment reference. |
IdentifiersCS |
getTyperef()
Returns the value of the 'Typeref' containment reference. |
MultiplicityBoundCS |
getUpper()
Returns the value of the 'Upper' containment reference. |
boolean |
isOrdered()
Returns the value of the 'Ordered' attribute. |
void |
setLower(MultiplicityBoundCS value)
Sets the value of the ' Lower ' containment reference. |
void |
setOrdered(boolean value)
Sets the value of the ' Ordered ' attribute. |
void |
setTyperef(IdentifiersCS value)
Sets the value of the ' Typeref ' containment reference. |
void |
setUpper(MultiplicityBoundCS value)
Sets the value of the ' Upper ' containment reference. |
Methods inherited from interface org.eclipse.gmt.umlx.registry.km3.cst.IdentifiedElementCS |
---|
getIdentifier, setIdentifier |
Methods inherited from interface org.eclipse.gmt.umlx.registry.km3.cst.ElementCS |
---|
getEndOffset, getStartOffset, setEndOffset, setStartOffset |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
MultiplicityBoundCS getLower()
If the meaning of the 'Lower' attribute isn't clear, there really should be more of a description here...
setLower(MultiplicityBoundCS)
,
KM3CSTPackage.getFeatureCS_Lower()
void setLower(MultiplicityBoundCS value)
Lower
' containment reference.
value
- the new value of the 'Lower' containment reference.getLower()
boolean isOrdered()
If the meaning of the 'Ordered' attribute isn't clear, there really should be more of a description here...
setOrdered(boolean)
,
KM3CSTPackage.getFeatureCS_Ordered()
void setOrdered(boolean value)
Ordered
' attribute.
value
- the new value of the 'Ordered' attribute.isOrdered()
IdentifiersCS getTyperef()
If the meaning of the 'Typeref' containment reference isn't clear, there really should be more of a description here...
setTyperef(IdentifiersCS)
,
KM3CSTPackage.getFeatureCS_Typeref()
void setTyperef(IdentifiersCS value)
Typeref
' containment reference.
value
- the new value of the 'Typeref' containment reference.getTyperef()
MultiplicityBoundCS getUpper()
If the meaning of the 'Upper' attribute isn't clear, there really should be more of a description here...
setUpper(MultiplicityBoundCS)
,
KM3CSTPackage.getFeatureCS_Upper()
void setUpper(MultiplicityBoundCS value)
Upper
' containment reference.
value
- the new value of the 'Upper' containment reference.getUpper()