Package com._1c.g5.v8.dt.scc.model
Interface StandaloneContentPriorityItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,StandaloneContentMdObjectAware
- All Known Implementing Classes:
StandaloneContentPriorityItemImpl
public interface StandaloneContentPriorityItem extends StandaloneContentMdObjectAware
A representation of the model object 'Priority Item'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StandaloneContentItemPriority
getPriority()
Returns the value of the 'Priority' attribute.void
setPriority(StandaloneContentItemPriority value)
Sets the value of the 'Priority
' 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
-
Methods inherited from interface com._1c.g5.v8.dt.scc.model.StandaloneContentMdObjectAware
getMetadata, setMetadata
-
-
-
-
Method Detail
-
getPriority
StandaloneContentItemPriority getPriority()
Returns the value of the 'Priority' attribute. The literals are from the enumerationStandaloneContentItemPriority
.- Returns:
- the value of the 'Priority' attribute.
- See Also:
StandaloneContentItemPriority
,setPriority(StandaloneContentItemPriority)
,StandaloneContentPackage.getStandaloneContentPriorityItem_Priority()
-
setPriority
void setPriority(StandaloneContentItemPriority value)
Sets the value of the 'Priority
' attribute.- Parameters:
value
- the new value of the 'Priority' attribute.- See Also:
StandaloneContentItemPriority
,getPriority()
-
-