public interface Property extends Feature, TypedElement, MultiplicityElement, FinalizableElement
The following features are supported:
InformationPackage.getProperty()| Modifier and Type | Method and Description |
|---|---|
AggregationKind |
getAggregationKind()
Returns the value of the 'Aggregation Kind' attribute.
|
Association |
getAssociation()
Returns the value of the 'Association' reference.
|
boolean |
isIsDerived()
Returns the value of the 'Is Derived' attribute.
|
boolean |
isIsPartOfKey()
Returns the value of the 'Is Part Of Key' attribute.
|
boolean |
isIsReadOnly()
Returns the value of the 'Is Read Only' attribute.
|
void |
setAggregationKind(AggregationKind value)
Sets the value of the '
Aggregation Kind' attribute. |
void |
setIsDerived(boolean value)
Sets the value of the '
Is Derived' attribute. |
void |
setIsPartOfKey(boolean value)
Sets the value of the '
Is Part Of Key' attribute. |
void |
setIsReadOnly(boolean value)
Sets the value of the '
Is Read Only' attribute. |
getVisibility, isIsAbstract, isIsStatic, setIsAbstract, setIsStatic, setVisibilitygetTypegetAbstractType, setAbstractTypegetName, 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, setUniqueisFinal, setFinalAggregationKind getAggregationKind()
"UNSET".
The literals are from the enumeration 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.getProperty_AggregationKind()void setAggregationKind(AggregationKind value)
Aggregation Kind' attribute.
value - the new value of the 'Aggregation Kind' attribute.AggregationKind,
getAggregationKind()boolean isIsDerived()
If the meaning of the 'Is Derived' attribute isn't clear, there really should be more of a description here...
setIsDerived(boolean),
InformationPackage.getProperty_IsDerived()void setIsDerived(boolean value)
Is Derived' attribute.
value - the new value of the 'Is Derived' attribute.isIsDerived()boolean isIsReadOnly()
If the meaning of the 'Is Read Only' attribute isn't clear, there really should be more of a description here...
setIsReadOnly(boolean),
InformationPackage.getProperty_IsReadOnly()void setIsReadOnly(boolean value)
Is Read Only' attribute.
value - the new value of the 'Is Read Only' attribute.isIsReadOnly()boolean isIsPartOfKey()
If the meaning of the 'Is Part Of Key' attribute isn't clear, there really should be more of a description here...
setIsPartOfKey(boolean),
InformationPackage.getProperty_IsPartOfKey()void setIsPartOfKey(boolean value)
Is Part Of Key' attribute.
value - the new value of the 'Is Part Of Key' attribute.isIsPartOfKey()Association getAssociation()
If the meaning of the 'Association' reference isn't clear, there really should be more of a description here...
InformationPackage.getProperty_Association()