Interface CommonAttributeContentItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommonAttributeContentItemImpl
public interface CommonAttributeContentItem
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Common Attribute Content Item'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Conditional Separation' reference.Returns the value of the 'Metadata' reference.getUse()
Returns the value of the 'Use' attribute.void
setConditionalSeparation
(MdObject value) Sets the value of the 'Conditional Separation
' reference.void
setMetadata
(MdObject value) Sets the value of the 'Metadata
' reference.void
setUse
(CommonAttributeUse value) Sets the value of the 'Use
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMetadata
MdObject getMetadata()Returns the value of the 'Metadata' reference.- Returns:
- the value of the 'Metadata' reference.
- See Also:
-
setMetadata
Sets the value of the 'Metadata
' reference.- Parameters:
value
- the new value of the 'Metadata' reference.- See Also:
-
getUse
CommonAttributeUse getUse()Returns the value of the 'Use' attribute. The literals are from the enumerationCommonAttributeUse
.- Returns:
- the value of the 'Use' attribute.
- See Also:
-
setUse
Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
-
getConditionalSeparation
MdObject getConditionalSeparation()Returns the value of the 'Conditional Separation' reference.- Returns:
- the value of the 'Conditional Separation' reference.
- See Also:
-
setConditionalSeparation
Sets the value of the 'Conditional Separation
' reference.- Parameters:
value
- the new value of the 'Conditional Separation' reference.- See Also:
-