public interface Collection extends Classifier, MultiplicityElement, DataValueContainer, FinalizableElement
The following features are supported:
InformationPackage.getCollection()| Modifier and Type | Method and Description |
|---|---|
AggregationKind |
getAggregationKind()
Returns the value of the 'Aggregation Kind' attribute.
|
org.eclipse.emf.common.util.EList<Operation> |
getContainedOperations()
Returns the value of the 'Contained Operations' reference list.
|
org.eclipse.emf.common.util.EList<DataType> |
getIndex()
Returns the value of the 'Index' reference list.
|
CollectionKind |
getKind()
Returns the value of the 'Kind' attribute.
|
Type |
getType()
Returns the value of the 'Type' reference.
|
VisibilityKind |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
boolean |
isIsPrimitive()
Returns the value of the 'Is Primitive' attribute.
|
void |
setAggregationKind(AggregationKind value)
Sets the value of the '
Aggregation Kind' attribute. |
void |
setIsPrimitive(boolean value)
Sets the value of the '
Is Primitive' attribute. |
void |
setKind(CollectionKind value)
Sets the value of the '
Kind' attribute. |
void |
setType(Type value)
Sets the value of the '
Type' reference. |
void |
setVisibility(VisibilityKind value)
Sets the value of the '
Visibility' attribute. |
getContainedProperties, getOwnedFeaturesgetOwnedGeneralizations, getSub, getSubGeneralizations, getSuper, getSuperGeneralizations, isAbstract, setAbstractgetTypedElementsgetAbstractTypedElementsgetContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetName, setNamegetAppliedPropertyValueGroups, 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, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetOwnedDefaultValue, getOwnedMaxCard, getOwnedMaxLength, getOwnedMaxValue, getOwnedMinCard, getOwnedMinLength, getOwnedMinValue, getOwnedNullValue, isMaxInclusive, isMinInclusive, isOrdered, isUnique, setMaxInclusive, setMinInclusive, setOrdered, setOwnedDefaultValue, setOwnedMaxCard, setOwnedMaxLength, setOwnedMaxValue, setOwnedMinCard, setOwnedMinLength, setOwnedMinValue, setOwnedNullValue, setUniquegetOwnedDataValuesgetOwnedPropertyValuePkgsisFinal, setFinalboolean isIsPrimitive()
If the meaning of the 'Is Primitive' attribute isn't clear, there really should be more of a description here...
setIsPrimitive(boolean),
InformationPackage.getCollection_IsPrimitive()void setIsPrimitive(boolean value)
Is Primitive' attribute.
value - the new value of the 'Is Primitive' attribute.isIsPrimitive()VisibilityKind getVisibility()
VisibilityKind.
If the meaning of the 'Visibility' attribute isn't clear, there really should be more of a description here...
VisibilityKind,
setVisibility(VisibilityKind),
InformationPackage.getCollection_Visibility()void setVisibility(VisibilityKind value)
Visibility' attribute.
value - the new value of the 'Visibility' attribute.VisibilityKind,
getVisibility()CollectionKind getKind()
CollectionKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
CollectionKind,
setKind(CollectionKind),
InformationPackage.getCollection_Kind()void setKind(CollectionKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.CollectionKind,
getKind()AggregationKind getAggregationKind()
AggregationKind.
If the meaning of the 'Aggregation Kind' attribute isn't clear, there really should be more of a description here...
AggregationKind,
setAggregationKind(AggregationKind),
InformationPackage.getCollection_AggregationKind()void setAggregationKind(AggregationKind value)
Aggregation Kind' attribute.
value - the new value of the 'Aggregation Kind' attribute.AggregationKind,
getAggregationKind()Type getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(Type),
InformationPackage.getCollection_Type()void setType(Type value)
Type' reference.
value - the new value of the 'Type' reference.getType()org.eclipse.emf.common.util.EList<DataType> getIndex()
DataType.
If the meaning of the 'Index' reference list isn't clear, there really should be more of a description here...
InformationPackage.getCollection_Index()org.eclipse.emf.common.util.EList<Operation> getContainedOperations()
Operation.
If the meaning of the 'Contained Operations' reference list isn't clear, there really should be more of a description here...
InformationPackage.getCollection_ContainedOperations()