Package com._1c.g5.v8.dt.scc.model
Interface StandaloneContentUnusedItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StandaloneContentUnusedItemImpl
public interface StandaloneContentUnusedItem extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Unused Item'.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.getStandaloneContentUnusedItem_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()
-
-