Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AccumulationRegisterAttribute
-
Packages that use AccumulationRegisterAttribute 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 AccumulationRegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AccumulationRegisterAttribute Modifier and Type Method Description AccumulationRegisterAttribute
MdClassFactory. createAccumulationRegisterAttribute()
Returns a new object of class 'Accumulation Register Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type AccumulationRegisterAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterAttribute>
AccumulationRegister. getAttributes()
Returns the value of the 'Attributes' containment reference list. -
Uses of AccumulationRegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AccumulationRegisterAttribute Modifier and Type Class Description class
AccumulationRegisterAttributeImpl
An implementation of the model object 'Accumulation Register Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AccumulationRegisterAttribute Modifier and Type Method Description AccumulationRegisterAttribute
MdClassFactoryImpl. createAccumulationRegisterAttribute()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type AccumulationRegisterAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterAttribute>
AccumulationRegisterImpl. getAttributes()
-
Uses of AccumulationRegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AccumulationRegisterAttribute Modifier and Type Method Description T
MdClassSwitch. caseAccumulationRegisterAttribute(AccumulationRegisterAttribute object)
Returns the result of interpreting the object as an instance of 'Accumulation Register Attribute'.boolean
MdClassValidator. validateAccumulationRegisterAttribute(AccumulationRegisterAttribute accumulationRegisterAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-