Uses of Class
com._1c.g5.v8.dt.metadata.common.AccumulationRegisterAggregateUse
-
-
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.aggregates.model
Methods in com._1c.g5.v8.dt.aggregates.model that return AccumulationRegisterAggregateUse Modifier and Type Method Description AccumulationRegisterAggregateUseAccumulationRegisterAggregate. getUse()Returns the value of the 'Use' attribute.Methods in com._1c.g5.v8.dt.aggregates.model with parameters of type AccumulationRegisterAggregateUse Modifier and Type Method Description voidAccumulationRegisterAggregate. setUse(AccumulationRegisterAggregateUse value)Sets the value of the 'Use' attribute. -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.aggregates.model.impl
Methods in com._1c.g5.v8.dt.aggregates.model.impl that return AccumulationRegisterAggregateUse Modifier and Type Method Description AccumulationRegisterAggregateUseAccumulationRegisterAggregateImpl. getUse()Methods in com._1c.g5.v8.dt.aggregates.model.impl with parameters of type AccumulationRegisterAggregateUse Modifier and Type Method Description voidAccumulationRegisterAggregateImpl. setUse(AccumulationRegisterAggregateUse newUse) -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.aggregates.ui.viewmodel
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel that return AccumulationRegisterAggregateUse Modifier and Type Method Description AccumulationRegisterAggregateUseAggregateTableItemViewModel. getUse()Returns the value of the 'Use' attribute.Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel with parameters of type AccumulationRegisterAggregateUse Modifier and Type Method Description voidAggregateTableItemViewModel. setUse(AccumulationRegisterAggregateUse value)Sets the value of the 'Use' attribute. -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Fields in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl declared as AccumulationRegisterAggregateUse Modifier and Type Field Description protected AccumulationRegisterAggregateUseAggregateTableItemViewModelImpl. useThe cached value of the 'Use' attribute.protected static AccumulationRegisterAggregateUseAggregateTableItemViewModelImpl. USE_EDEFAULTThe default value of the 'Use' attribute.Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that return AccumulationRegisterAggregateUse Modifier and Type Method Description AccumulationRegisterAggregateUseAggregateTableItemViewModelImpl. getUse()Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl with parameters of type AccumulationRegisterAggregateUse Modifier and Type Method Description voidAggregateTableItemViewModelImpl. setUse(AccumulationRegisterAggregateUse newUse) -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return AccumulationRegisterAggregateUse Modifier and Type Method Description AccumulationRegisterAggregateUseAccumulationRegisterAggregateUseInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type AccumulationRegisterAggregateUse Modifier and Type Method Description StringAccumulationRegisterAggregateUseInfo. getValueText(IV8Project v8project, String langCode, AccumulationRegisterAggregateUse value)booleanAccumulationRegisterAggregateUseInfo. isValuesEquals(AccumulationRegisterAggregateUse value1, AccumulationRegisterAggregateUse value2) -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type AccumulationRegisterAggregateUse Modifier and Type Field Description static List<AccumulationRegisterAggregateUse>AccumulationRegisterAggregateUse. VALUESA public read-only list of all the 'Accumulation Register Aggregate Use' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return AccumulationRegisterAggregateUse Modifier and Type Method Description static AccumulationRegisterAggregateUseAccumulationRegisterAggregateUse. get(int value)Returns the 'Accumulation Register Aggregate Use' literal with the specified integer value.static AccumulationRegisterAggregateUseAccumulationRegisterAggregateUse. get(String literal)Returns the 'Accumulation Register Aggregate Use' literal with the specified literal value.static AccumulationRegisterAggregateUseAccumulationRegisterAggregateUse. getByName(String name)Returns the 'Accumulation Register Aggregate Use' literal with the specified name.static AccumulationRegisterAggregateUseAccumulationRegisterAggregateUse. valueOf(String name)Returns the enum constant of this type with the specified name.static AccumulationRegisterAggregateUse[]AccumulationRegisterAggregateUse. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return AccumulationRegisterAggregateUse Modifier and Type Method Description AccumulationRegisterAggregateUseCommonFactoryImpl. createAccumulationRegisterAggregateUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-