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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdObject
getConditionalSeparation()
Returns the value of the 'Conditional Separation' reference.MdObject
getMetadata()
Returns the value of the 'Metadata' reference.CommonAttributeUse
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.
-
-
-
Method Detail
-
getMetadata
MdObject getMetadata()
Returns the value of the 'Metadata' reference.- Returns:
- the value of the 'Metadata' reference.
- See Also:
setMetadata(MdObject)
,MdClassPackage.getCommonAttributeContentItem_Metadata()
-
setMetadata
void setMetadata(MdObject value)
Sets the value of the 'Metadata
' reference.- Parameters:
value
- the new value of the 'Metadata' reference.- See Also:
getMetadata()
-
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:
CommonAttributeUse
,setUse(CommonAttributeUse)
,MdClassPackage.getCommonAttributeContentItem_Use()
-
setUse
void setUse(CommonAttributeUse value)
Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
CommonAttributeUse
,getUse()
-
getConditionalSeparation
MdObject getConditionalSeparation()
Returns the value of the 'Conditional Separation' reference.- Returns:
- the value of the 'Conditional Separation' reference.
- See Also:
setConditionalSeparation(MdObject)
,MdClassPackage.getCommonAttributeContentItem_ConditionalSeparation()
-
setConditionalSeparation
void setConditionalSeparation(MdObject value)
Sets the value of the 'Conditional Separation
' reference.- Parameters:
value
- the new value of the 'Conditional Separation' reference.- See Also:
getConditionalSeparation()
-
-