Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ExchangePlanAttribute
-
Packages that use ExchangePlanAttribute Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of ExchangePlanAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ExchangePlanAttribute Modifier and Type Method Description ExchangePlanAttribute
MdClassFactory. createExchangePlanAttribute()
Returns a new object of class 'Exchange Plan Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ExchangePlanAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExchangePlanAttribute>
ExchangePlan. getAttributes()
Returns the value of the 'Attributes' containment reference list. -
Uses of ExchangePlanAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ExchangePlanAttribute Modifier and Type Class Description class
ExchangePlanAttributeImpl
An implementation of the model object 'Exchange Plan Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ExchangePlanAttribute Modifier and Type Method Description ExchangePlanAttribute
MdClassFactoryImpl. createExchangePlanAttribute()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ExchangePlanAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExchangePlanAttribute>
ExchangePlanImpl. getAttributes()
-
Uses of ExchangePlanAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ExchangePlanAttribute Modifier and Type Method Description T
MdClassSwitch. caseExchangePlanAttribute(ExchangePlanAttribute object)
Returns the result of interpreting the object as an instance of 'Exchange Plan Attribute'.boolean
MdClassValidator. validateExchangePlanAttribute(ExchangePlanAttribute exchangePlanAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-