public interface MultiplicityElement extends CapellaElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
DataValue |
getOwnedDefaultValue()
Returns the value of the 'Owned Default Value' containment reference.
|
NumericValue |
getOwnedMaxCard()
Returns the value of the 'Owned Max Card' containment reference.
|
NumericValue |
getOwnedMaxLength()
Returns the value of the 'Owned Max Length' containment reference.
|
DataValue |
getOwnedMaxValue()
Returns the value of the 'Owned Max Value' containment reference.
|
NumericValue |
getOwnedMinCard()
Returns the value of the 'Owned Min Card' containment reference.
|
NumericValue |
getOwnedMinLength()
Returns the value of the 'Owned Min Length' containment reference.
|
DataValue |
getOwnedMinValue()
Returns the value of the 'Owned Min Value' containment reference.
|
DataValue |
getOwnedNullValue()
Returns the value of the 'Owned Null Value' containment reference.
|
boolean |
isMaxInclusive()
Returns the value of the 'Max Inclusive' attribute.
|
boolean |
isMinInclusive()
Returns the value of the 'Min Inclusive' attribute.
|
boolean |
isOrdered()
Returns the value of the 'Ordered' attribute.
|
boolean |
isUnique()
Returns the value of the 'Unique' attribute.
|
void |
setMaxInclusive(boolean value)
Sets the value of the '
Max Inclusive' attribute. |
void |
setMinInclusive(boolean value)
Sets the value of the '
Min Inclusive' attribute. |
void |
setOrdered(boolean value)
Sets the value of the '
Ordered' attribute. |
void |
setOwnedDefaultValue(DataValue value)
Sets the value of the '
Owned Default Value' containment reference. |
void |
setOwnedMaxCard(NumericValue value)
Sets the value of the '
Owned Max Card' containment reference. |
void |
setOwnedMaxLength(NumericValue value)
Sets the value of the '
Owned Max Length' containment reference. |
void |
setOwnedMaxValue(DataValue value)
Sets the value of the '
Owned Max Value' containment reference. |
void |
setOwnedMinCard(NumericValue value)
Sets the value of the '
Owned Min Card' containment reference. |
void |
setOwnedMinLength(NumericValue value)
Sets the value of the '
Owned Min Length' containment reference. |
void |
setOwnedMinValue(DataValue value)
Sets the value of the '
Owned Min Value' containment reference. |
void |
setOwnedNullValue(DataValue value)
Sets the value of the '
Owned Null Value' containment reference. |
void |
setUnique(boolean value)
Sets the value of the '
Unique' attribute. |
getAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsboolean isOrdered()
If the meaning of the 'Ordered' attribute isn't clear, there really should be more of a description here...
setOrdered(boolean),
InformationPackage.getMultiplicityElement_Ordered()void setOrdered(boolean value)
Ordered' attribute.
value - the new value of the 'Ordered' attribute.isOrdered()boolean isUnique()
If the meaning of the 'Unique' attribute isn't clear, there really should be more of a description here...
setUnique(boolean),
InformationPackage.getMultiplicityElement_Unique()void setUnique(boolean value)
Unique' attribute.
value - the new value of the 'Unique' attribute.isUnique()boolean isMinInclusive()
If the meaning of the 'Min Inclusive' attribute isn't clear, there really should be more of a description here...
setMinInclusive(boolean),
InformationPackage.getMultiplicityElement_MinInclusive()void setMinInclusive(boolean value)
Min Inclusive' attribute.
value - the new value of the 'Min Inclusive' attribute.isMinInclusive()boolean isMaxInclusive()
If the meaning of the 'Max Inclusive' attribute isn't clear, there really should be more of a description here...
setMaxInclusive(boolean),
InformationPackage.getMultiplicityElement_MaxInclusive()void setMaxInclusive(boolean value)
Max Inclusive' attribute.
value - the new value of the 'Max Inclusive' attribute.isMaxInclusive()DataValue getOwnedDefaultValue()
If the meaning of the 'Owned Default Value' containment reference isn't clear, there really should be more of a description here...
setOwnedDefaultValue(DataValue),
InformationPackage.getMultiplicityElement_OwnedDefaultValue()void setOwnedDefaultValue(DataValue value)
Owned Default Value' containment reference.
value - the new value of the 'Owned Default Value' containment reference.getOwnedDefaultValue()DataValue getOwnedMinValue()
If the meaning of the 'Owned Min Value' containment reference isn't clear, there really should be more of a description here...
setOwnedMinValue(DataValue),
InformationPackage.getMultiplicityElement_OwnedMinValue()void setOwnedMinValue(DataValue value)
Owned Min Value' containment reference.
value - the new value of the 'Owned Min Value' containment reference.getOwnedMinValue()DataValue getOwnedMaxValue()
If the meaning of the 'Owned Max Value' containment reference isn't clear, there really should be more of a description here...
setOwnedMaxValue(DataValue),
InformationPackage.getMultiplicityElement_OwnedMaxValue()void setOwnedMaxValue(DataValue value)
Owned Max Value' containment reference.
value - the new value of the 'Owned Max Value' containment reference.getOwnedMaxValue()DataValue getOwnedNullValue()
If the meaning of the 'Owned Null Value' containment reference isn't clear, there really should be more of a description here...
setOwnedNullValue(DataValue),
InformationPackage.getMultiplicityElement_OwnedNullValue()void setOwnedNullValue(DataValue value)
Owned Null Value' containment reference.
value - the new value of the 'Owned Null Value' containment reference.getOwnedNullValue()NumericValue getOwnedMinCard()
If the meaning of the 'Owned Min Card' containment reference isn't clear, there really should be more of a description here...
setOwnedMinCard(NumericValue),
InformationPackage.getMultiplicityElement_OwnedMinCard()void setOwnedMinCard(NumericValue value)
Owned Min Card' containment reference.
value - the new value of the 'Owned Min Card' containment reference.getOwnedMinCard()NumericValue getOwnedMinLength()
If the meaning of the 'Owned Min Length' containment reference isn't clear, there really should be more of a description here...
setOwnedMinLength(NumericValue),
InformationPackage.getMultiplicityElement_OwnedMinLength()void setOwnedMinLength(NumericValue value)
Owned Min Length' containment reference.
value - the new value of the 'Owned Min Length' containment reference.getOwnedMinLength()NumericValue getOwnedMaxCard()
If the meaning of the 'Owned Max Card' containment reference isn't clear, there really should be more of a description here...
setOwnedMaxCard(NumericValue),
InformationPackage.getMultiplicityElement_OwnedMaxCard()void setOwnedMaxCard(NumericValue value)
Owned Max Card' containment reference.
value - the new value of the 'Owned Max Card' containment reference.getOwnedMaxCard()NumericValue getOwnedMaxLength()
If the meaning of the 'Owned Max Length' containment reference isn't clear, there really should be more of a description here...
setOwnedMaxLength(NumericValue),
InformationPackage.getMultiplicityElement_OwnedMaxLength()void setOwnedMaxLength(NumericValue value)
Owned Max Length' containment reference.
value - the new value of the 'Owned Max Length' containment reference.getOwnedMaxLength()