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 AccumulationRegisterAggregateUse
AccumulationRegisterAggregate. 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 void
AccumulationRegisterAggregate. 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 AccumulationRegisterAggregateUse
AccumulationRegisterAggregateImpl. getUse()
Methods in com._1c.g5.v8.dt.aggregates.model.impl with parameters of type AccumulationRegisterAggregateUse Modifier and Type Method Description void
AccumulationRegisterAggregateImpl. 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 AccumulationRegisterAggregateUse
AggregateTableItemViewModel. 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 void
AggregateTableItemViewModel. 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 AccumulationRegisterAggregateUse
AggregateTableItemViewModelImpl. use
The cached value of the 'Use
' attribute.protected static AccumulationRegisterAggregateUse
AggregateTableItemViewModelImpl. USE_EDEFAULT
The 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 AccumulationRegisterAggregateUse
AggregateTableItemViewModelImpl. getUse()
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl with parameters of type AccumulationRegisterAggregateUse Modifier and Type Method Description void
AggregateTableItemViewModelImpl. 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 AccumulationRegisterAggregateUse
AccumulationRegisterAggregateUseInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type AccumulationRegisterAggregateUse Modifier and Type Method Description String
AccumulationRegisterAggregateUseInfo. getValueText(IV8Project v8project, String langCode, AccumulationRegisterAggregateUse value)
boolean
AccumulationRegisterAggregateUseInfo. 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. VALUES
A 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 AccumulationRegisterAggregateUse
AccumulationRegisterAggregateUse. get(int value)
Returns the 'Accumulation Register Aggregate Use' literal with the specified integer value.static AccumulationRegisterAggregateUse
AccumulationRegisterAggregateUse. get(String literal)
Returns the 'Accumulation Register Aggregate Use' literal with the specified literal value.static AccumulationRegisterAggregateUse
AccumulationRegisterAggregateUse. getByName(String name)
Returns the 'Accumulation Register Aggregate Use' literal with the specified name.static AccumulationRegisterAggregateUse
AccumulationRegisterAggregateUse. 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 AccumulationRegisterAggregateUse
CommonFactoryImpl. createAccumulationRegisterAggregateUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-