Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ExchangePlanContentItem
-
-
Uses of ExchangePlanContentItem in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api that return ExchangePlanContentItem Modifier and Type Method Description protected ExchangePlanContentItem
ExchangePlanContentTask. create(ExchangePlan exchangePlan)
Creates a content item for exhange plan. -
Uses of ExchangePlanContentItem in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return types with arguments of type ExchangePlanContentItem Modifier and Type Method Description protected Optional<ExchangePlanContentItem>
ConfigurationStandaloneContentModel. findContentItem(MdObject mdObject)
Finds the content item for the provided metadata object in exchange plan content. -
Uses of ExchangePlanContentItem in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that return types with arguments of type ExchangePlanContentItem Modifier and Type Method Description Optional<ExchangePlanContentItem>
ExchangePlanContentModel. findContentItem(MdObject mdObject)
Finds the content item for the provided metadata object in exchange plan content. -
Uses of ExchangePlanContentItem in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ExchangePlanContentItem Modifier and Type Method Description ExchangePlanContentItem
MdClassFactory. createExchangePlanContentItem()
Returns a new object of class 'Exchange Plan Content Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ExchangePlanContentItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExchangePlanContentItem>
ExchangePlan. getContent()
Returns the value of the 'Content' containment reference list. -
Uses of ExchangePlanContentItem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ExchangePlanContentItem Modifier and Type Class Description class
ExchangePlanContentItemImpl
An implementation of the model object 'Exchange Plan Content Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ExchangePlanContentItem Modifier and Type Method Description ExchangePlanContentItem
MdClassFactoryImpl. createExchangePlanContentItem()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ExchangePlanContentItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExchangePlanContentItem>
ExchangePlanImpl. getContent()
-
Uses of ExchangePlanContentItem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ExchangePlanContentItem Modifier and Type Method Description T
MdClassSwitch. caseExchangePlanContentItem(ExchangePlanContentItem object)
Returns the result of interpreting the object as an instance of 'Exchange Plan Content Item'.boolean
MdClassValidator. validateExchangePlanContentItem(ExchangePlanContentItem exchangePlanContentItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateExchangePlanContentItem_validate(ExchangePlanContentItem exchangePlanContentItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Exchange Plan Content Item'.
-