Package com._1c.g5.v8.dt.scc.model
Interface StandaloneContentMdObjectAware
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
StandaloneContentPriorityItem
,StandaloneContentUnusedItem
,StandaloneContentUsedItem
- All Known Implementing Classes:
StandaloneContentPriorityItemImpl
,StandaloneContentUnusedItemImpl
,StandaloneContentUsedItemImpl
public interface StandaloneContentMdObjectAware extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Md Object Aware'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdObject
getMetadata()
Returns the value of the 'Metadata' reference.void
setMetadata(MdObject value)
Sets the value of the 'Metadata
' reference.
-
-
-
Method Detail
-
getMetadata
MdObject getMetadata()
Returns the value of the 'Metadata' reference.- Returns:
- the value of the 'Metadata' reference.
- See Also:
setMetadata(MdObject)
,StandaloneContentPackage.getStandaloneContentMdObjectAware_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()
-
-