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.EObjectA representation of the model object 'Common Attribute Content Item'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MdObjectgetConditionalSeparation()Returns the value of the 'Conditional Separation' reference.MdObjectgetMetadata()Returns the value of the 'Metadata' reference.CommonAttributeUsegetUse()Returns the value of the 'Use' attribute.voidsetConditionalSeparation(MdObject value)Sets the value of the 'Conditional Separation' reference.voidsetMetadata(MdObject value)Sets the value of the 'Metadata' reference.voidsetUse(CommonAttributeUse value)Sets the value of the 'Use' attribute.
 
- 
- 
- 
Method Detail- 
getMetadataMdObject getMetadata() Returns the value of the 'Metadata' reference.- Returns:
- the value of the 'Metadata' reference.
- See Also:
- setMetadata(MdObject),- MdClassPackage.getCommonAttributeContentItem_Metadata()
 
 - 
setMetadatavoid setMetadata(MdObject value) Sets the value of the 'Metadata' reference.- Parameters:
- value- the new value of the 'Metadata' reference.
- See Also:
- getMetadata()
 
 - 
getUseCommonAttributeUse 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()
 
 - 
setUsevoid setUse(CommonAttributeUse value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- CommonAttributeUse,- getUse()
 
 - 
getConditionalSeparationMdObject getConditionalSeparation() Returns the value of the 'Conditional Separation' reference.- Returns:
- the value of the 'Conditional Separation' reference.
- See Also:
- setConditionalSeparation(MdObject),- MdClassPackage.getCommonAttributeContentItem_ConditionalSeparation()
 
 - 
setConditionalSeparationvoid setConditionalSeparation(MdObject value) Sets the value of the 'Conditional Separation' reference.- Parameters:
- value- the new value of the 'Conditional Separation' reference.
- See Also:
- getConditionalSeparation()
 
 
- 
 
-