Uses of Interface
com._1c.g5.v8.dt.mcore.Value
Packages that use Value
Package
Description
-
Uses of Value in com._1c.g5.v8.dt.bp.scheme.model
Methods in com._1c.g5.v8.dt.bp.scheme.model that return ValueModifier and TypeMethodDescriptionSchemeItemAddressingAttribute.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.bp.scheme.model with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.bp.scheme.model.impl
Methods in com._1c.g5.v8.dt.bp.scheme.model.impl that return ValueMethods in com._1c.g5.v8.dt.bp.scheme.model.impl with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.bp.scheme.ui.aef.models
Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.models with parameters of type ValueModifier and TypeMethodDescriptionprotected void
AddressingAttributeModel.setObjectValue
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Value newValue) -
Uses of Value in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return ValueModifier and TypeMethodDescriptionChartReferenceBand.getBegin()
Returns the value of the 'Begin' containment reference.ChartReferenceBand.getBorderSemitransparencyPercent()
Returns the value of the 'Border Semitransparency Percent' containment reference.ChartDataItem.getDataValue()
Returns the value of the 'Data Value' containment reference.RealDataItem.getDataValue()
Returns the value of the 'Data Value' containment reference.ChartReferenceBand.getDetails()
Returns the value of the 'Details' containment reference.ChartReferenceLine.getDetails()
Returns the value of the 'Details' containment reference.ChartReferenceBand.getEnd()
Returns the value of the 'End' containment reference.RealDataItem.getInfoValue()
Returns the value of the 'Info Value' containment reference.PointProperties.getKey()
Returns the value of the 'Key' containment reference.SeriesProperties.getKey()
Returns the value of the 'Key' containment reference.ChartReferenceBand.getSemitransparencyPercent()
Returns the value of the 'Semitransparency Percent' containment reference.ChartReferenceLine.getSemitransparencyPercent()
Returns the value of the 'Semitransparency Percent' containment reference.ChartDataItem.getValInfo()
Returns the value of the 'Val Info' containment reference.PointProperties.getValInfo()
Returns the value of the 'Val Info' containment reference.SeriesProperties.getValInfo()
Returns the value of the 'Val Info' containment reference.ChartReferenceLine.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ValueModifier and TypeMethodDescriptionvoid
Sets the value of the 'Begin
' containment reference.void
ChartReferenceBand.setBorderSemitransparencyPercent
(Value value) Sets the value of the 'Border Semitransparency Percent
' containment reference.void
ChartDataItem.setDataValue
(Value value) Sets the value of the 'Data Value
' containment reference.void
RealDataItem.setDataValue
(Value value) Sets the value of the 'Data Value
' containment reference.void
ChartReferenceBand.setDetails
(Value value) Sets the value of the 'Details
' containment reference.void
ChartReferenceLine.setDetails
(Value value) Sets the value of the 'Details
' containment reference.void
Sets the value of the 'End
' containment reference.void
RealDataItem.setInfoValue
(Value value) Sets the value of the 'Info Value
' containment reference.void
Sets the value of the 'Key
' containment reference.void
Sets the value of the 'Key
' containment reference.void
ChartReferenceBand.setSemitransparencyPercent
(Value value) Sets the value of the 'Semitransparency Percent
' containment reference.void
ChartReferenceLine.setSemitransparencyPercent
(Value value) Sets the value of the 'Semitransparency Percent
' containment reference.void
ChartDataItem.setValInfo
(Value value) Sets the value of the 'Val Info
' containment reference.void
PointProperties.setValInfo
(Value value) Sets the value of the 'Val Info
' containment reference.void
SeriesProperties.setValInfo
(Value value) Sets the value of the 'Val Info
' containment reference.void
Sets the value of the 'Value
' containment reference. -
Uses of Value in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ValueModifier and TypeMethodDescriptionChartReferenceBandImpl.getBegin()
ChartReferenceBandImpl.getBorderSemitransparencyPercent()
ChartDataItemImpl.getDataValue()
RealDataItemImpl.getDataValue()
ChartReferenceBandImpl.getDetails()
ChartReferenceLineImpl.getDetails()
ChartReferenceBandImpl.getEnd()
RealDataItemImpl.getInfoValue()
PointPropertiesImpl.getKey()
SeriesPropertiesImpl.getKey()
ChartReferenceBandImpl.getSemitransparencyPercent()
ChartReferenceLineImpl.getSemitransparencyPercent()
ChartDataItemImpl.getValInfo()
PointPropertiesImpl.getValInfo()
SeriesPropertiesImpl.getValInfo()
ChartReferenceLineImpl.getValue()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ValueModifier and TypeMethodDescriptionvoid
void
ChartReferenceBandImpl.setBorderSemitransparencyPercent
(Value newBorderSemitransparencyPercent) void
ChartDataItemImpl.setDataValue
(Value newDataValue) void
RealDataItemImpl.setDataValue
(Value newDataValue) void
ChartReferenceBandImpl.setDetails
(Value newDetails) void
ChartReferenceLineImpl.setDetails
(Value newDetails) void
void
RealDataItemImpl.setInfoValue
(Value newInfoValue) void
void
void
ChartReferenceBandImpl.setSemitransparencyPercent
(Value newSemitransparencyPercent) void
ChartReferenceLineImpl.setSemitransparencyPercent
(Value newSemitransparencyPercent) void
ChartDataItemImpl.setValInfo
(Value newValInfo) void
PointPropertiesImpl.setValInfo
(Value newValInfo) void
SeriesPropertiesImpl.setValInfo
(Value newValInfo) void
-
Uses of Value in com._1c.g5.v8.dt.core.streams.impl
Methods in com._1c.g5.v8.dt.core.streams.impl that return ValueModifier and TypeMethodDescriptionstatic Value
PlatformSerializerUtil.readDefaultValue
(IListInStream lis) ReadsValue
.static Value
PlatformSerializerUtil.readValue
(IListInStream lis) ReadsValue
.Methods in com._1c.g5.v8.dt.core.streams.impl with parameters of type ValueModifier and TypeMethodDescriptionstatic void
PlatformSerializerUtil.writeDefaultValue
(IListOutStream los, Value value) WritesValue
to the stream.static void
PlatformSerializerUtil.writeValue
(IListOutStream los, Value value) WritesValue
to the stream. -
Uses of Value in com._1c.g5.v8.dt.dcs
Fields in com._1c.g5.v8.dt.dcs declared as Value -
Uses of Value in com._1c.g5.v8.dt.dcs.model.appearancetemplate
Subinterfaces of Value in com._1c.g5.v8.dt.dcs.model.appearancetemplateModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Data Composition Appearance Template Area'. -
Uses of Value in com._1c.g5.v8.dt.dcs.model.appearancetemplate.impl
Classes in com._1c.g5.v8.dt.dcs.model.appearancetemplate.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Data Composition Appearance Template Area'. -
Uses of Value in com._1c.g5.v8.dt.dcs.model.appearancetemplate.util
Methods in com._1c.g5.v8.dt.dcs.model.appearancetemplate.util with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.dcs.model.areaTemplate
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate that return ValueModifier and TypeMethodDescriptionValueCollectionHeaderCell.getName()
Returns the value of the 'Name' containment reference.DataCompositionAreaTemplateChartGroupTemplate.getPresentation()
Returns the value of the 'Presentation' containment reference.DataCompositionAreaTemplateChartGroupTemplate.getValue()
Returns the value of the 'Value' containment reference.DataCompositionAreaTemplateField.getValue()
Returns the value of the 'Value' containment reference.ValueCollectionCell.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
DataCompositionAreaTemplateChartResourceTemplate.getResourceValue()
Returns the value of the 'Resource Value' containment reference list.Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate with parameters of type ValueModifier and TypeMethodDescriptionvoid
Sets the value of the 'Name
' containment reference.void
DataCompositionAreaTemplateChartGroupTemplate.setPresentation
(Value value) Sets the value of the 'Presentation
' containment reference.void
Sets the value of the 'Value
' containment reference.void
Sets the value of the 'Value
' containment reference.void
Sets the value of the 'Value
' containment reference. -
Uses of Value in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl that return ValueModifier and TypeMethodDescriptionValueCollectionHeaderCellImpl.getName()
DataCompositionAreaTemplateChartGroupTemplateImpl.getPresentation()
DataCompositionAreaTemplateChartGroupTemplateImpl.getValue()
DataCompositionAreaTemplateFieldImpl.getValue()
ValueCollectionCellImpl.getValue()
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
DataCompositionAreaTemplateChartResourceTemplateImpl.getResourceValue()
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl with parameters of type ValueModifier and TypeMethodDescriptionvoid
void
DataCompositionAreaTemplateChartGroupTemplateImpl.setPresentation
(Value newPresentation) void
void
void
-
Uses of Value in com._1c.g5.v8.dt.dcs.model.core
Subinterfaces of Value in com._1c.g5.v8.dt.dcs.model.coreModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Chart Axis Value'.interface
A representation of the model object 'Chart Color Palette Description Value'.interface
A representation of the model object 'Chart Reference Bands Value'.interface
A representation of the model object 'Chart Reference Band Value'.interface
A representation of the model object 'Chart Reference Lines Value'.interface
A representation of the model object 'Chart Reference Line Value'.interface
A representation of the model object 'Chart Scale Value'.interface
A representation of the model object 'Chart Trendlines Value'.interface
A representation of the model object 'Data Composition Choice Parameter Links'.interface
A representation of the model object 'Data Composition Choice Parameters'.interface
A representation of the model object 'Data Composition Field'.interface
A representation of the model object 'Data Composition Parameter'.interface
A representation of the model object 'Data Composition Type Link'.interface
A representation of the model object 'Design Time Value Value'.interface
A representation of the model object 'Local String'.interface
A representation of the model object 'Picture Value'.Methods in com._1c.g5.v8.dt.dcs.model.core that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
DataCompositionChoiceParameter.getValue()
Returns the value of the 'Value' containment reference list.org.eclipse.emf.common.util.EList<Value>
DataCompositionParameterValue.getValues()
Returns the value of the 'Values' containment reference list. -
Uses of Value in com._1c.g5.v8.dt.dcs.model.core.impl
Classes in com._1c.g5.v8.dt.dcs.model.core.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Chart Axis Value'.class
An implementation of the model object 'Chart Color Palette Description Value'.class
An implementation of the model object 'Chart Reference Bands Value'.class
An implementation of the model object 'Chart Reference Band Value'.class
An implementation of the model object 'Chart Reference Lines Value'.class
An implementation of the model object 'Chart Reference Line Value'.class
An implementation of the model object 'Chart Scale Value'.class
An implementation of the model object 'Chart Trendlines Value'.class
An implementation of the model object 'Data Composition Choice Parameter Links'.class
An implementation of the model object 'Data Composition Choice Parameters'.class
An implementation of the model object 'Data Composition Field'.class
An implementation of the model object 'Data Composition Parameter'.class
An implementation of the model object 'Data Composition Type Link'.class
An implementation of the model object 'Design Time Value Value'.class
An implementation of the model object 'Local String'.class
An implementation of the model object 'Picture Value'.Methods in com._1c.g5.v8.dt.dcs.model.core.impl that return types with arguments of type Value -
Uses of Value in com._1c.g5.v8.dt.dcs.model.core.util
Methods in com._1c.g5.v8.dt.dcs.model.core.util with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.dcs.model.dbcopies
Subinterfaces of Value in com._1c.g5.v8.dt.dcs.model.dbcopiesModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Used Database Copies Value'. -
Uses of Value in com._1c.g5.v8.dt.dcs.model.dbcopies.impl
Classes in com._1c.g5.v8.dt.dcs.model.dbcopies.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Used Database Copies Value'. -
Uses of Value in com._1c.g5.v8.dt.dcs.model.dbcopies.util
Methods in com._1c.g5.v8.dt.dcs.model.dbcopies.util with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.dcs.model.schema
Methods in com._1c.g5.v8.dt.dcs.model.schema that return ValueModifier and TypeMethodDescriptionAvailableValue.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.schema that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
DataCompositionSchemaParameter.getValues()
Returns the value of the 'Values' containment reference list.Methods in com._1c.g5.v8.dt.dcs.model.schema with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.dcs.model.schema.impl
Methods in com._1c.g5.v8.dt.dcs.model.schema.impl that return ValueMethods in com._1c.g5.v8.dt.dcs.model.schema.impl that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
DataCompositionSchemaParameterImpl.getValues()
Methods in com._1c.g5.v8.dt.dcs.model.schema.impl with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.dcs.model.settings
Methods in com._1c.g5.v8.dt.dcs.model.settings that return ValueModifier and TypeMethodDescriptionDataCompositionFilterItem.getLeft()
Returns the value of the 'Left' containment reference.DataCompositionGroupField.getPeriodAdditionBegin()
Returns the value of the 'Period Addition Begin' containment reference.DataCompositionGroupField.getPeriodAdditionEnd()
Returns the value of the 'Period Addition End' containment reference.DataCompositionAvailableSettingsSource.getSourceID()
Returns the value of the 'Source ID' containment reference.DataCompositionUserFieldsVariant.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.settings that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
DataCompositionUserSettings.getItems()
Returns the value of the 'Items' containment reference list.org.eclipse.emf.common.util.EList<Value>
DataCompositionFilterItem.getRight()
Returns the value of the 'Right' containment reference list.Methods in com._1c.g5.v8.dt.dcs.model.settings with parameters of type ValueModifier and TypeMethodDescriptionvoid
Sets the value of the 'Left
' containment reference.void
DataCompositionGroupField.setPeriodAdditionBegin
(Value value) Sets the value of the 'Period Addition Begin
' containment reference.void
DataCompositionGroupField.setPeriodAdditionEnd
(Value value) Sets the value of the 'Period Addition End
' containment reference.void
DataCompositionAvailableSettingsSource.setSourceID
(Value value) Sets the value of the 'Source ID
' containment reference.void
Sets the value of the 'Value
' containment reference. -
Uses of Value in com._1c.g5.v8.dt.dcs.model.settings.impl
Methods in com._1c.g5.v8.dt.dcs.model.settings.impl that return ValueModifier and TypeMethodDescriptionDataCompositionFilterItemImpl.getLeft()
DataCompositionGroupFieldImpl.getPeriodAdditionBegin()
DataCompositionGroupFieldImpl.getPeriodAdditionEnd()
DataCompositionAvailableSettingsSourceImpl.getSourceID()
DataCompositionUserFieldsVariantImpl.getValue()
Methods in com._1c.g5.v8.dt.dcs.model.settings.impl that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
DataCompositionUserSettingsImpl.getItems()
org.eclipse.emf.common.util.EList<Value>
DataCompositionFilterItemImpl.getRight()
Methods in com._1c.g5.v8.dt.dcs.model.settings.impl with parameters of type ValueModifier and TypeMethodDescriptionvoid
void
DataCompositionGroupFieldImpl.setPeriodAdditionBegin
(Value newPeriodAdditionBegin) void
DataCompositionGroupFieldImpl.setPeriodAdditionEnd
(Value newPeriodAdditionEnd) void
DataCompositionAvailableSettingsSourceImpl.setSourceID
(Value newSourceID) void
-
Uses of Value in com._1c.g5.v8.dt.dcs.parameters
Fields in com._1c.g5.v8.dt.dcs.parameters declared as ValueModifier and TypeFieldDescriptionDcsAvailableParameterDescription.defValue
protected Value
DcsParameterValueBase.value
Methods in com._1c.g5.v8.dt.dcs.parameters that return ValueModifier and TypeMethodDescriptionprotected Value
DcsParameterValuesBase.createGaugeChartQualityBandsValue
(Version version) Create GaugeChartQualityBandsValue valueDcsAvailableParameter.defValue()
Получить значение по-умолчаниюDcsParameterValueBase.getValue()
Получить значениеMethods in com._1c.g5.v8.dt.dcs.parameters with parameters of type ValueModifier and TypeMethodDescriptionvoid
DcsAvailableParameter.init
(String[] nameTerm, TypeDescription type, DcsAvailableFieldInfo.DCSASSInputParameters inputParameters, String title, Value value, boolean valueListAllowed, TypedValueList availableValuesList, boolean visible, boolean denyIncompleteValues, DataCompositionParameterUse use, Version version, String[] oldNameTerm) Initializationvoid
Установить значениеConstructors in com._1c.g5.v8.dt.dcs.parameters with parameters of type ValueModifierConstructorDescriptionDcsAvailableParameterDescription
(String[] termname, String typeName, boolean addSecondType, String resourceString, Value defValue, int subParamsCnt) ConstructorDcsAvailableParameterDescription
(String[] termname, String typeName, boolean addSecondType, String resourceString, Value defValue, int subParamsCnt, String[] oldTermName) ConstructorDcsAvailableParameterDescription
(String name, TypeDescription type, boolean addSecondType, String title, Value defValue) ConstructorDcsAvailableParameterDescription
(String name, TypeDescription type, boolean addSecondType, String title, Value defValue, String[] oldTermName) Constructor -
Uses of Value in com._1c.g5.v8.dt.dcs.settings
Fields in com._1c.g5.v8.dt.dcs.settings declared as Value -
Uses of Value in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return ValueModifier and TypeMethodDescriptionTypedValueFactory.createValue
(TypeDescription typeDecs) Создать значение типаTypedValueFactory.createValueByTypeName
(String typeName, Version version) Создать значение по имени типа -
Uses of Value in com._1c.g5.v8.dt.dcs.ui.collectionparameters
Fields in com._1c.g5.v8.dt.dcs.ui.collectionparameters declared as Value -
Uses of Value in com._1c.g5.v8.dt.dcs.ui.settings.filter
Methods in com._1c.g5.v8.dt.dcs.ui.settings.filter with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors that return ValueModifier and TypeMethodDescriptionPeriodChoiceDialog.getEndValue()
PeriodChoiceDialog.getStartValue()
Constructors in com._1c.g5.v8.dt.dcs.ui.valueeditors with parameters of type ValueModifierConstructorDescriptionPeriodChoiceDialog
(org.eclipse.swt.widgets.Shell parentShell, IV8Project v8project, Value startPeriodValue, Value endPeriodValue, boolean timePart) Creates new instance. -
Uses of Value in com._1c.g5.v8.dt.dcs.ui.valueeditors.values
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors.values that return types with arguments of type ValueMethod parameters in com._1c.g5.v8.dt.dcs.ui.valueeditors.values with type arguments of type ValueModifier and TypeMethodDescriptionvoid
Установить значенияConstructor parameters in com._1c.g5.v8.dt.dcs.ui.valueeditors.values with type arguments of type ValueModifierConstructorDescriptionValuesValue
(AvailableValuesValue availableValue, boolean listAvailable, List<Value> values) -
Uses of Value in com._1c.g5.v8.dt.dcs.util
Methods in com._1c.g5.v8.dt.dcs.util that return ValueModifier and TypeMethodDescriptionstatic Value
V8XmlSerializer.readValue
(XMLStreamReader reader, IDtProject dtProject, Version version, Map<UUID, TypeItem> definedTypes) Read the value of general typeMethods in com._1c.g5.v8.dt.dcs.util with parameters of type ValueModifier and TypeMethodDescriptionstatic boolean
V8XmlSerializer.writeValue
(ExportXmlStreamWriter writer, Value value, QName elementName, Map<String, UUID> definedTypes) Записать значение общего типа -
Uses of Value in com._1c.g5.v8.dt.form.import_.xml.reader.part
Methods in com._1c.g5.v8.dt.form.import_.xml.reader.part that return ValueModifier and TypeMethodDescriptionprotected Value
FormValueListXmlPartReader.readValue
(IXmlNode node, String typePrefix, String type, Version version, IXmlReadErrorCollector errorCollector) protected Value
FormValueXmlPartReader.readValue
(IXmlNode node, String typePrefix, String type, Version version, IXmlReadErrorCollector errorCollector) -
Uses of Value in com._1c.g5.v8.dt.form.internal.layout.data
Methods in com._1c.g5.v8.dt.form.internal.layout.data with parameters of type ValueModifier and TypeMethodDescriptionCommandsManagerInfo.getCommandByID
(Command command, Value commandParam, boolean useFunctionalOptions, LFTargetPlatform targetPlatform, ClientInterfaceVariant interfaceVariant, FillingGroupKind groupKind) LogFormAdditionalInfoProvider.getCommandInfo
(Command command, Value commandParam, String lang, LFTargetPlatform targetPlatform, ClientInterfaceVariant interfaceVariant, int alias, CurrentRowUse currentRowUse, long associatedTableId) -
Uses of Value in com._1c.g5.v8.dt.form.internal.presentation.controls.desktop.table.origin
Fields in com._1c.g5.v8.dt.form.internal.presentation.controls.desktop.table.origin declared as ValueFields in com._1c.g5.v8.dt.form.internal.presentation.controls.desktop.table.origin with type parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.form.layout.data
Fields in com._1c.g5.v8.dt.form.layout.data declared as Value -
Uses of Value in com._1c.g5.v8.dt.form.layout.data.datainfo
Fields in com._1c.g5.v8.dt.form.layout.data.datainfo declared as Value -
Uses of Value in com._1c.g5.v8.dt.form.layout.model.common
Fields in com._1c.g5.v8.dt.form.layout.model.common declared as ValueModifier and TypeFieldDescriptionILogFormAdditionalInfoProvider.PropertyDefaultInfo.maxValue
ILogFormAdditionalInfoProvider.PropertyDefaultInfo.minValue
Methods in com._1c.g5.v8.dt.form.layout.model.common with parameters of type ValueModifier and TypeMethodDescriptionICommandsManagerInfo.getCommandByID
(Command id, Value commandParam, boolean useFunctionalOptions, LFTargetPlatform targetPlatform, ClientInterfaceVariant interfaceVariant, FillingGroupKind groupKind) ILogFormAdditionalInfoProvider.getCommandInfo
(Command command, Value commandParam, String lang, LFTargetPlatform targetPlatform, ClientInterfaceVariant interfaceVariant, int alias, CurrentRowUse currentRowUse, long associatedTableId) -
Uses of Value in com._1c.g5.v8.dt.form.layout.model.description
Methods in com._1c.g5.v8.dt.form.layout.model.description that return ValueModifier and TypeMethodDescriptionHippoLayEdit.getMaxValue()
Returns the value of the 'Max Value' containment reference.HippoLayTableColumn.getMaxValue()
Returns the value of the 'Max Value' containment reference.HippoLayEdit.getMinValue()
Returns the value of the 'Min Value' containment reference.HippoLayTableColumn.getMinValue()
Returns the value of the 'Min Value' containment reference.Methods in com._1c.g5.v8.dt.form.layout.model.description with parameters of type ValueModifier and TypeMethodDescriptionvoid
HippoLayEdit.setMaxValue
(Value value) Sets the value of the 'Max Value
' containment reference.void
HippoLayTableColumn.setMaxValue
(Value value) Sets the value of the 'Max Value
' containment reference.void
HippoLayEdit.setMinValue
(Value value) Sets the value of the 'Min Value
' containment reference.void
HippoLayTableColumn.setMinValue
(Value value) Sets the value of the 'Min Value
' containment reference. -
Uses of Value in com._1c.g5.v8.dt.form.layout.model.description.impl
Fields in com._1c.g5.v8.dt.form.layout.model.description.impl declared as ValueModifier and TypeFieldDescriptionprotected Value
HippoLayEditImpl.maxValue
The cached value of the 'Max Value
' containment reference.protected Value
HippoLayTableColumnImpl.maxValue
The cached value of the 'Max Value
' containment reference.protected Value
HippoLayEditImpl.minValue
The cached value of the 'Min Value
' containment reference.protected Value
HippoLayTableColumnImpl.minValue
The cached value of the 'Min Value
' containment reference.Methods in com._1c.g5.v8.dt.form.layout.model.description.impl that return ValueModifier and TypeMethodDescriptionHippoLayEditImpl.getMaxValue()
HippoLayTableColumnImpl.getMaxValue()
HippoLayEditImpl.getMinValue()
HippoLayTableColumnImpl.getMinValue()
Methods in com._1c.g5.v8.dt.form.layout.model.description.impl with parameters of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
HippoLayEditImpl.basicSetMaxValue
(Value newMaxValue, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
HippoLayTableColumnImpl.basicSetMaxValue
(Value newMaxValue, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
HippoLayEditImpl.basicSetMinValue
(Value newMinValue, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
HippoLayTableColumnImpl.basicSetMinValue
(Value newMinValue, org.eclipse.emf.common.notify.NotificationChain msgs) void
HippoLayEditImpl.setMaxValue
(Value newMaxValue) void
HippoLayTableColumnImpl.setMaxValue
(Value newMaxValue) void
HippoLayEditImpl.setMinValue
(Value newMinValue) void
HippoLayTableColumnImpl.setMinValue
(Value newMinValue) -
Uses of Value in com._1c.g5.v8.dt.form.model
Subinterfaces of Value in com._1c.g5.v8.dt.form.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Account Type Value'.interface
A representation of the model object 'Choice List Des Time Value'.interface
A representation of the model object 'Value List Item'.Methods in com._1c.g5.v8.dt.form.model that return ValueModifier and TypeMethodDescriptionFormCommand.getAssociatedTableElementId8315()
Returns the value of the 'Associated Table Element Id8315' containment reference.PagesGroupExtInfo.getAssociatedTableElementId8315()
Returns the value of the 'Associated Table Element Id8315' containment reference.UsualGroupExtInfo.getAssociatedTableElementId8315()
Returns the value of the 'Associated Table Element Id8315' containment reference.InputFieldExtInfo.getMaxValue()
Returns the value of the 'Max Value' containment reference.InputFieldExtInfo.getMinValue()
Returns the value of the 'Min Value' containment reference.Button.getParameter()
Returns the value of the 'Parameter' containment reference.Table.getRowFilter()
Returns the value of the 'Row Filter' containment reference.DynamicListTableExtInfo.getTopLevelParent()
Returns the value of the 'Top Level Parent' containment reference.FormChoiceListDesTimeValue.getValue()
Returns the value of the 'Value' containment reference.ValueListItem.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type ValueModifier and TypeMethodDescriptionvoid
FormCommand.setAssociatedTableElementId8315
(Value value) Sets the value of the 'Associated Table Element Id8315
' containment reference.void
PagesGroupExtInfo.setAssociatedTableElementId8315
(Value value) Sets the value of the 'Associated Table Element Id8315
' containment reference.void
UsualGroupExtInfo.setAssociatedTableElementId8315
(Value value) Sets the value of the 'Associated Table Element Id8315
' containment reference.void
InputFieldExtInfo.setMaxValue
(Value value) Sets the value of the 'Max Value
' containment reference.void
InputFieldExtInfo.setMinValue
(Value value) Sets the value of the 'Min Value
' containment reference.void
Button.setParameter
(Value value) Sets the value of the 'Parameter
' containment reference.void
Table.setRowFilter
(Value value) Sets the value of the 'Row Filter
' containment reference.void
DynamicListTableExtInfo.setTopLevelParent
(Value value) Sets the value of the 'Top Level Parent
' containment reference.void
Sets the value of the 'Value
' containment reference.void
Sets the value of the 'Value
' containment reference. -
Uses of Value in com._1c.g5.v8.dt.form.model.impl
Classes in com._1c.g5.v8.dt.form.model.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Account Type Value'.class
An implementation of the model object 'Choice List Des Time Value'.class
An implementation of the model object 'Value List Item'.Methods in com._1c.g5.v8.dt.form.model.impl that return ValueModifier and TypeMethodDescriptionFormCommandImpl.getAssociatedTableElementId8315()
PagesGroupExtInfoImpl.getAssociatedTableElementId8315()
UsualGroupExtInfoImpl.getAssociatedTableElementId8315()
InputFieldExtInfoImpl.getMaxValue()
InputFieldExtInfoImpl.getMinValue()
ButtonImpl.getParameter()
TableImpl.getRowFilter()
DynamicListTableExtInfoImpl.getTopLevelParent()
FormChoiceListDesTimeValueImpl.getValue()
ValueListItemImpl.getValue()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type ValueModifier and TypeMethodDescriptionvoid
FormCommandImpl.setAssociatedTableElementId8315
(Value newAssociatedTableElementId8315) void
PagesGroupExtInfoImpl.setAssociatedTableElementId8315
(Value newAssociatedTableElementId8315) void
UsualGroupExtInfoImpl.setAssociatedTableElementId8315
(Value newAssociatedTableElementId8315) void
InputFieldExtInfoImpl.setMaxValue
(Value newMaxValue) void
InputFieldExtInfoImpl.setMinValue
(Value newMinValue) void
ButtonImpl.setParameter
(Value newParameter) void
TableImpl.setRowFilter
(Value newRowFilter) void
DynamicListTableExtInfoImpl.setTopLevelParent
(Value newTopLevelParent) void
void
-
Uses of Value in com._1c.g5.v8.dt.form.model.util
Methods in com._1c.g5.v8.dt.form.model.util with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.form.ui.aef.components
Methods in com._1c.g5.v8.dt.form.ui.aef.components that return types with arguments of type Value -
Uses of Value in com._1c.g5.v8.dt.formnative.common.internal.serializer
Methods in com._1c.g5.v8.dt.formnative.common.internal.serializer with parameters of type ValueModifier and TypeMethodDescriptionvoid
HippoLayoutModelXmlSerializer.HippoLayoutWriter.writeElement
(QName elementName, Value valueObject) Writes element withValue
value. -
Uses of Value in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return ValueModifier and TypeMethodDescriptionDataSeriesItem.getValue()
Returns the value of the 'Value' containment reference.LayerObject.getValue()
Returns the value of the 'Value' containment reference.ObjectSeriesValue.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.geographicalschema.model that return types with arguments of type ValueModifier and TypeMethodDescriptionGeographicalSchema.getPrintOptions()
Returns the value of the 'Print Options' map.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.geographicalschema.model.impl
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return ValueModifier and TypeMethodDescriptionPrintOptionImpl.getTypedValue()
DataSeriesItemImpl.getValue()
LayerObjectImpl.getValue()
ObjectSeriesValueImpl.getValue()
PrintOptionImpl.getValue()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return types with arguments of type ValueModifier and TypeMethodDescriptionGeographicalSchemaFactoryImpl.createPrintOption()
PrintOptionImpl.getEMap()
GeographicalSchemaImpl.getPrintOptions()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.geographicalschema.model.util
Method parameters in com._1c.g5.v8.dt.geographicalschema.model.util with type arguments of type ValueModifier and TypeMethodDescriptionGeographicalSchemaSwitch.casePrintOption
(Map.Entry<Integer, Value> object) Returns the result of interpreting the object as an instance of 'Print Option'. -
Uses of Value in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils
Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils that return ValueModifier and TypeMethodDescriptionstatic Value
Gets newValue
object for given objectstatic Value
Gets value with given string with given typeMethods in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils with parameters of type ValueModifier and TypeMethodDescriptionstatic ValueUtils.SupportedValue
ValueUtils.getTypeFromValue
(Value value) Gets value type for the valuestatic Object
ValueUtils.getValueObject
(Value value) GetsValue
valuestatic String
ValueUtils.valueToString
(Value value) Gets string value for value -
Uses of Value in com._1c.g5.v8.dt.import_.xml.reader
Methods in com._1c.g5.v8.dt.import_.xml.reader that return Value -
Uses of Value in com._1c.g5.v8.dt.internal.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.internal.dcs.ui.valueeditors that return ValueModifier and TypeMethodDescriptionIMultitypeControlProvider.getSelectedValue()
Returns selected value in the last created control or default value if possible.PeriodChoiceDialogMultitypeControl.getSelectedValue()
MultitypeComboChooserComposite.getValue()
Returns selected value.Constructors in com._1c.g5.v8.dt.internal.dcs.ui.valueeditors with parameters of type ValueModifierConstructorDescriptionPeriodChoiceDialogMultitypeControl
(boolean timePart, Value value, IV8Project v8project) Creates new multitype control instance -
Uses of Value in com._1c.g5.v8.dt.internal.debug.ui.areas
Methods in com._1c.g5.v8.dt.internal.debug.ui.areas that return ValueMethods in com._1c.g5.v8.dt.internal.debug.ui.areas with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.internal.md.ui.controls.value
Methods in com._1c.g5.v8.dt.internal.md.ui.controls.value that return ValueConstructors in com._1c.g5.v8.dt.internal.md.ui.controls.value with parameters of type ValueModifierConstructorDescriptionTypeSelectionCellEditor
(org.eclipse.swt.widgets.Composite parent, org.eclipse.ui.forms.widgets.FormToolkit toolkit, org.eclipse.emf.ecore.EObject context, TypeItem currentType, Value value, Predicate<TypeItem> filter, IV8Project v8Project, boolean isEditable) Constructor ofTypeSelectionCellEditor
. -
Uses of Value in com._1c.g5.v8.dt.internal.platform.services.core.profiles
Classes in com._1c.g5.v8.dt.internal.platform.services.core.profiles with type parameters of type ValueModifier and TypeInterfaceDescriptioninterface
IPlatformSerializerCustomization<T extends Value>
Customization forPlatformSerializerUtil
serialization and deserialization.Methods in com._1c.g5.v8.dt.internal.platform.services.core.profiles with type parameters of type ValueMethods in com._1c.g5.v8.dt.internal.platform.services.core.profiles that return ValueModifier and TypeMethodDescriptionstatic Value
PlatformSerializerUtil.readDefaultValue
(IListInStream lis, IPlatformSerializerCustomization<?>... customizations) ReadsValue
.Methods in com._1c.g5.v8.dt.internal.platform.services.core.profiles that return types with arguments of type ValueMethods in com._1c.g5.v8.dt.internal.platform.services.core.profiles with parameters of type ValueModifier and TypeMethodDescriptionvoid
static void
PlatformSerializerUtil.writeDefaultValue
(IListOutStream los, Value value, IPlatformSerializerCustomization<?>... customizations) WritesValue
to the stream.Method parameters in com._1c.g5.v8.dt.internal.platform.services.core.profiles with type arguments of type Value -
Uses of Value in com._1c.g5.v8.dt.mcore
Subinterfaces of Value in com._1c.g5.v8.dt.mcoreModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Binary Value'.interface
A representation of the model object 'Boolean Value'.interface
A representation of the model object 'Border Value'.interface
A representation of the model object 'Color Value'.interface
A representation of the model object 'Date Value'.interface
A representation of the model object 'Enum Value'.interface
A representation of the model object 'Fixed Array Value'.interface
A representation of the model object 'Font Value'.interface
A representation of the model object 'Irresolvable Reference Value'.interface
A representation of the model object 'Line Value'.interface
A representation of the model object 'Null Value'.interface
A representation of the model object 'Number Value'.interface
A representation of the model object 'Reference Value'.interface
A representation of the model object 'Runtime Value'.interface
A representation of the model object 'Standard Beginning Date Value'.interface
A representation of the model object 'Standard Period Value'.interface
A representation of the model object 'String Value'.interface
A representation of the model object 'Sys Enum Value'.interface
A representation of the model object 'Type Description Value'.interface
A representation of the model object 'Typed Value List'.interface
A representation of the model object 'Type Value'.interface
A representation of the model object 'Undefined Value'.interface
A representation of the model object 'Uuid Value'.interface
A representation of the model object 'Value List'.Methods in com._1c.g5.v8.dt.mcore that return ValueModifier and TypeMethodDescriptionLine.getStyle()
Returns the value of the 'Style' containment reference.StructureProperty.getValue()
Returns the value of the 'Value' containment reference.TypedValueListItem.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.mcore that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
FixedArrayValue.getValues()
Returns the value of the 'Values' containment reference list.org.eclipse.emf.common.util.EList<Value>
ValueList.getValues()
Returns the value of the 'Values' containment reference list.Methods in com._1c.g5.v8.dt.mcore with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.mcore.impl
Classes in com._1c.g5.v8.dt.mcore.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Binary Value'.class
An implementation of the model object 'Boolean Value'.class
An implementation of the model object 'Border Value'.class
An implementation of the model object 'Color Value'.class
An implementation of the model object 'Date Value'.class
An implementation of the model object 'Enum Value'.class
An implementation of the model object 'Fixed Array Value'.class
An implementation of the model object 'Font Value'.class
An implementation of the model object 'Irresolvable Reference Value'.class
An implementation of the model object 'Line Value'.class
An implementation of the model object 'Null Value'.class
An implementation of the model object 'Number Value'.class
An implementation of the model object 'Reference Value'.class
An implementation of the model object 'Runtime Value'.class
An implementation of the model object 'Standard Beginning Date Value'.class
An implementation of the model object 'Standard Period Value'.class
An implementation of the model object 'String Value'.class
An implementation of the model object 'Sys Enum Value'.class
An implementation of the model object 'Type Description Value'.class
An implementation of the model object 'Typed Value List'.class
An implementation of the model object 'Type Value'.class
An implementation of the model object 'Undefined Value'.class
An implementation of the model object 'Uuid Value'.class
An implementation of the model object 'Value'.class
An implementation of the model object 'Value List'.Methods in com._1c.g5.v8.dt.mcore.impl that return ValueModifier and TypeMethodDescriptionLineImpl.getStyle()
StructurePropertyImpl.getValue()
TypedValueListItemImpl.getValue()
Methods in com._1c.g5.v8.dt.mcore.impl that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
FixedArrayValueImpl.getValues()
org.eclipse.emf.common.util.EList<Value>
ValueListImpl.getValues()
Methods in com._1c.g5.v8.dt.mcore.impl with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.mcore.util
Methods in com._1c.g5.v8.dt.mcore.util that return ValueModifier and TypeMethodDescriptionstatic Value
McoreUtil.cloneValue
(org.eclipse.emf.common.util.EList<Value> values) Создать ValueList или Value из списка значений для пустого списка возвращает UndefinedValue, для списка, содержащего одно значение, копию этого значения для списка с более чем одним значением, создает ValueList и копирует в него эти значенияMethods in com._1c.g5.v8.dt.mcore.util with parameters of type ValueModifier and TypeMethodDescriptionstatic void
McoreUtil.append
(TypedValueList valList, Value val) Добавить значение к спискуReturns the result of interpreting the object as an instance of 'Value'.boolean
McoreValidator.validateValue
(Value value, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Method parameters in com._1c.g5.v8.dt.mcore.util with type arguments of type ValueModifier and TypeMethodDescriptionstatic Value
McoreUtil.cloneValue
(org.eclipse.emf.common.util.EList<Value> values) Создать ValueList или Value из списка значений для пустого списка возвращает UndefinedValue, для списка, содержащего одно значение, копию этого значения для списка с более чем одним значением, создает ValueList и копирует в него эти значения -
Uses of Value in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return ValueModifier and TypeMethodDescriptionstatic Value
MdUtil.getDefaultStyleElementTypeValue
(StyleElementType styleElementType, IV8Project v8project) Returns default value for specified element type. -
Uses of Value in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return types with arguments of type Value -
Uses of Value in com._1c.g5.v8.dt.md.ui.aef.components.value
Classes in com._1c.g5.v8.dt.md.ui.aef.components.value with type parameters of type ValueModifier and TypeClassDescriptionclass
AbstractValueComponentPart<VM extends ValueControlViewModel,
T extends Value> TheIValueComponentPart
abstract implementation with basic functionality.interface
IValueComponentPart<VM extends ValueControlViewModel,
M extends IValueModel, T extends Value> The contract for extension ofValueComponent
.Methods in com._1c.g5.v8.dt.md.ui.aef.components.value that return types with arguments of type ValueModifier and TypeMethodDescriptionEmptyValueComponentPart.createMapper
(ValueControlViewModel viewModel, IValueModel model) TypeSelectionValueComponentPart.createMapper
(TypeSelectionControlViewModel viewModel, IValueModel model) Method parameters in com._1c.g5.v8.dt.md.ui.aef.components.value with type arguments of type ValueModifier and TypeMethodDescriptionvoid
EmptyValueComponentPart.bindViewModel
(ValueControlViewModel viewModel, IValueModel model, IMapper<Value, ?> mapper) void
ValueComponent.registerPart
(IValueComponentPart<? extends ValueControlViewModel, ? extends IValueModel, ? extends Value> part) Registers the component part. -
Uses of Value in com._1c.g5.v8.dt.md.ui.aef.models.value
Methods in com._1c.g5.v8.dt.md.ui.aef.models.value that return ValueModifier and TypeMethodDescriptiondefault Value
IValueModel.convertTypeItemToValue
(TypeItem typeItem) Converts the giventypeItem
toValue
.BmValueModel.get()
EmfValueModel.get()
Methods in com._1c.g5.v8.dt.md.ui.aef.models.value with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.md.ui.aef.viewModels
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels that return ValueModifier and TypeMethodDescriptionChoiceParameterItem.getValue()
Returns the value of the 'Value' reference.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Fields in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl declared as ValueModifier and TypeFieldDescriptionprotected Value
ChoiceParameterItemImpl.value
The cached value of the 'Value
' reference.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that return ValueModifier and TypeMethodDescriptionChoiceParameterItemImpl.basicGetValue()
ChoiceParameterItemImpl.getValue()
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.md.ui.controls.value
Fields in com._1c.g5.v8.dt.md.ui.controls.value declared as ValueMethods in com._1c.g5.v8.dt.md.ui.controls.value that return ValueMethods in com._1c.g5.v8.dt.md.ui.controls.value with parameters of type ValueModifier and TypeMethodDescriptionvoid
ValueEditorHost.updateValue
(Value value) Updates the value and notifies the listeners about value change, does not update presentation.void
ValueEditorHost.IValueChangedListener.valueChanged
(Value newValue) Constructors in com._1c.g5.v8.dt.md.ui.controls.value with parameters of type ValueModifierConstructorDescriptionValueRecord
(TypeDescription typeDescription, TypeItem currentType, Value value) Instantiates a new value record.ValueRecord
(TypeDescription typeDescription, TypeItem currentType, Value value, org.eclipse.emf.ecore.EObject contextObject) Instantiates a new value record. -
Uses of Value in com._1c.g5.v8.dt.metadata.common
Subinterfaces of Value in com._1c.g5.v8.dt.metadata.commonModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Chart Line Type Value'.interface
A representation of the model object 'Gauge Chart Quality Bands Value'.Methods in com._1c.g5.v8.dt.metadata.common that return ValueModifier and TypeMethodDescriptionChoiceParameter.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.metadata.common with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Chart Line Type Value'.class
An implementation of the model object 'Gauge Chart Quality Bands Value'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return ValueMethods in com._1c.g5.v8.dt.metadata.common.impl with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ValueModifier and TypeMethodDescriptionCatalogPredefinedItem.getCode()
Returns the value of the 'Code' containment reference.ChartOfCalculationTypesPredefinedItem.getCode()
Returns the value of the 'Code' containment reference.AccountingFlag.getFillValue()
Returns the value of the 'Fill Value' containment reference.AddressingAttribute.getFillValue()
Returns the value of the 'Fill Value' containment reference.CommonAttribute.getFillValue()
Returns the value of the 'Fill Value' containment reference.DataProcessorTabularSectionAttribute.getFillValue()
Returns the value of the 'Fill Value' containment reference.DbObjectAttribute.getFillValue()
Returns the value of the 'Fill Value' containment reference.ExtDimensionAccountingFlag.getFillValue()
Returns the value of the 'Fill Value' containment reference.Field.getFillValue()
Returns the value of the 'Fill Value' containment reference.InformationRegisterAttribute.getFillValue()
Returns the value of the 'Fill Value' containment reference.InformationRegisterDimension.getFillValue()
Returns the value of the 'Fill Value' containment reference.InformationRegisterResource.getFillValue()
Returns the value of the 'Fill Value' containment reference.ReportTabularSectionAttribute.getFillValue()
Returns the value of the 'Fill Value' containment reference.StandardAttribute.getFillValue()
Returns the value of the 'Fill Value' containment reference.BasicFeature.getMaxValue()
Returns the value of the 'Max Value' containment reference.Constant.getMaxValue()
Returns the value of the 'Max Value' containment reference.Dimension.getMaxValue()
Returns the value of the 'Max Value' containment reference.Field.getMaxValue()
Returns the value of the 'Max Value' containment reference.StandardAttribute.getMaxValue()
Returns the value of the 'Max Value' containment reference.BasicFeature.getMinValue()
Returns the value of the 'Min Value' containment reference.Constant.getMinValue()
Returns the value of the 'Min Value' containment reference.Dimension.getMinValue()
Returns the value of the 'Min Value' containment reference.Field.getMinValue()
Returns the value of the 'Min Value' containment reference.StandardAttribute.getMinValue()
Returns the value of the 'Min Value' containment reference.CharacteristicsDescription.getTypesFilterValue()
Returns the value of the 'Types Filter Value' containment reference.DimensionTable.getUnfilledParentValue()
Returns the value of the 'Unfilled Parent Value' containment reference.Table.getUnfilledParentValue()
Returns the value of the 'Unfilled Parent Value' containment reference.StyleItem.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
WebService.getXdtoPackages()
Returns the value of the 'Xdto Packages' containment reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ValueModifier and TypeMethodDescriptionvoid
Sets the value of the 'Code
' containment reference.void
Sets the value of the 'Code
' containment reference.void
AccountingFlag.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
AddressingAttribute.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
CommonAttribute.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
DataProcessorTabularSectionAttribute.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
DbObjectAttribute.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
ExtDimensionAccountingFlag.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
Field.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
InformationRegisterAttribute.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
InformationRegisterDimension.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
InformationRegisterResource.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
ReportTabularSectionAttribute.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
StandardAttribute.setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
BasicFeature.setMaxValue
(Value value) Sets the value of the 'Max Value
' containment reference.void
Constant.setMaxValue
(Value value) Sets the value of the 'Max Value
' containment reference.void
Dimension.setMaxValue
(Value value) Sets the value of the 'Max Value
' containment reference.void
Field.setMaxValue
(Value value) Sets the value of the 'Max Value
' containment reference.void
StandardAttribute.setMaxValue
(Value value) Sets the value of the 'Max Value
' containment reference.void
BasicFeature.setMinValue
(Value value) Sets the value of the 'Min Value
' containment reference.void
Constant.setMinValue
(Value value) Sets the value of the 'Min Value
' containment reference.void
Dimension.setMinValue
(Value value) Sets the value of the 'Min Value
' containment reference.void
Field.setMinValue
(Value value) Sets the value of the 'Min Value
' containment reference.void
StandardAttribute.setMinValue
(Value value) Sets the value of the 'Min Value
' containment reference.void
CharacteristicsDescription.setTypesFilterValue
(Value value) Sets the value of the 'Types Filter Value
' containment reference.void
DimensionTable.setUnfilledParentValue
(Value value) Sets the value of the 'Unfilled Parent Value
' containment reference.void
Table.setUnfilledParentValue
(Value value) Sets the value of the 'Unfilled Parent Value
' containment reference.void
Sets the value of the 'Value
' containment reference. -
Uses of Value in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ValueModifier and TypeMethodDescriptionCatalogPredefinedItemImpl.getCode()
ChartOfCalculationTypesPredefinedItemImpl.getCode()
AccountingFlagImpl.getFillValue()
AddressingAttributeImpl.getFillValue()
CommonAttributeImpl.getFillValue()
DataProcessorTabularSectionAttributeImpl.getFillValue()
DbObjectAttributeImpl.getFillValue()
ExtDimensionAccountingFlagImpl.getFillValue()
FieldImpl.getFillValue()
InformationRegisterAttributeImpl.getFillValue()
InformationRegisterDimensionImpl.getFillValue()
InformationRegisterResourceImpl.getFillValue()
ReportTabularSectionAttributeImpl.getFillValue()
StandardAttributeImpl.getFillValue()
BasicFeatureImpl.getMaxValue()
ConstantImpl.getMaxValue()
DimensionImpl.getMaxValue()
FieldImpl.getMaxValue()
StandardAttributeImpl.getMaxValue()
BasicFeatureImpl.getMinValue()
ConstantImpl.getMinValue()
DimensionImpl.getMinValue()
FieldImpl.getMinValue()
StandardAttributeImpl.getMinValue()
CharacteristicsDescriptionImpl.getTypesFilterValue()
DimensionTableImpl.getUnfilledParentValue()
TableImpl.getUnfilledParentValue()
StyleItemImpl.getValue()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Value>
WebServiceImpl.getXdtoPackages()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ValueModifier and TypeMethodDescriptionvoid
void
void
AccountingFlagImpl.setFillValue
(Value newFillValue) void
AddressingAttributeImpl.setFillValue
(Value newFillValue) void
CommonAttributeImpl.setFillValue
(Value newFillValue) void
DataProcessorTabularSectionAttributeImpl.setFillValue
(Value newFillValue) void
DbObjectAttributeImpl.setFillValue
(Value newFillValue) void
ExtDimensionAccountingFlagImpl.setFillValue
(Value newFillValue) void
FieldImpl.setFillValue
(Value newFillValue) void
InformationRegisterAttributeImpl.setFillValue
(Value newFillValue) void
InformationRegisterDimensionImpl.setFillValue
(Value newFillValue) void
InformationRegisterResourceImpl.setFillValue
(Value newFillValue) void
ReportTabularSectionAttributeImpl.setFillValue
(Value newFillValue) void
StandardAttributeImpl.setFillValue
(Value newFillValue) void
BasicFeatureImpl.setMaxValue
(Value newMaxValue) void
ConstantImpl.setMaxValue
(Value newMaxValue) void
DimensionImpl.setMaxValue
(Value newMaxValue) void
FieldImpl.setMaxValue
(Value newMaxValue) void
StandardAttributeImpl.setMaxValue
(Value newMaxValue) void
BasicFeatureImpl.setMinValue
(Value newMinValue) void
ConstantImpl.setMinValue
(Value newMinValue) void
DimensionImpl.setMinValue
(Value newMinValue) void
FieldImpl.setMinValue
(Value newMinValue) void
StandardAttributeImpl.setMinValue
(Value newMinValue) void
CharacteristicsDescriptionImpl.setTypesFilterValue
(Value newTypesFilterValue) void
DimensionTableImpl.setUnfilledParentValue
(Value newUnfilledParentValue) void
TableImpl.setUnfilledParentValue
(Value newUnfilledParentValue) void
-
Uses of Value in com._1c.g5.v8.dt.moxel
Subinterfaces of Value in com._1c.g5.v8.dt.moxelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Unsupported Object Content'.Methods in com._1c.g5.v8.dt.moxel that return ValueModifier and TypeMethodDescriptionCell.getDetailValue()
Returns the value of the 'Detail Value' containment reference.Drawing.getDetailValue()
Returns the value of the 'Detail Value' containment reference.Cell.getValue()
Returns the value of the 'Value' containment reference.TextDrawing.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type ValueModifier and TypeMethodDescriptionvoid
Cell.setDetailValue
(Value value) Sets the value of the 'Detail Value
' containment reference.void
Drawing.setDetailValue
(Value value) Sets the value of the 'Detail Value
' containment reference.void
Sets the value of the 'Value
' containment reference.void
Sets the value of the 'Value
' containment reference. -
Uses of Value in com._1c.g5.v8.dt.moxel.content
Subinterfaces of Value in com._1c.g5.v8.dt.moxel.contentModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Dcs Detail Id'.Methods in com._1c.g5.v8.dt.moxel.content that return ValueModifier and TypeMethodDescriptionCellsProperties.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Dcs Detail Id'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return ValueMethods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Unsupported Object Content'.Methods in com._1c.g5.v8.dt.moxel.impl that return ValueModifier and TypeMethodDescriptionCellImpl.getDetailValue()
DrawingImpl.getDetailValue()
CellImpl.getValue()
TextDrawingImpl.getValue()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type ValueModifier and TypeMethodDescriptionvoid
CellImpl.setDetailValue
(Value newDetailValue) void
DrawingImpl.setDetailValue
(Value newDetailValue) void
void
-
Uses of Value in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return ValueModifier and TypeMethodDescriptionPlannerDimension.getValue()
Returns the value of the 'Value' containment reference.PlannerDimensionItem.getValue()
Returns the value of the 'Value' containment reference.PlannerItem.getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.planner.model with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.planner.model.impl
Methods in com._1c.g5.v8.dt.planner.model.impl that return ValueModifier and TypeMethodDescriptionPlannerDimensionImpl.getValue()
PlannerDimensionItemImpl.getValue()
PlannerItemImpl.getValue()
Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.platform.services.core.profiles
Methods in com._1c.g5.v8.dt.platform.services.core.profiles with type parameters of type ValueModifier and TypeMethodDescription<T extends Value>
TReturns the genericValue
associated with the specifiedkey
in this profile.Methods in com._1c.g5.v8.dt.platform.services.core.profiles with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.platform.services.model
Subinterfaces of Value in com._1c.g5.v8.dt.platform.services.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Parametrized Value List'.interface
A representation of the model object 'Value List Item'.Methods in com._1c.g5.v8.dt.platform.services.model that return ValueModifier and TypeMethodDescriptionValueListItem.getValue()
Returns the value of the 'Value' reference.Methods in com._1c.g5.v8.dt.platform.services.model with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.platform.services.model.impl
Classes in com._1c.g5.v8.dt.platform.services.model.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Parametrized Value List'.class
An implementation of the model object 'Value List Item'.Fields in com._1c.g5.v8.dt.platform.services.model.impl declared as ValueModifier and TypeFieldDescriptionprotected Value
ValueListItemImpl.value
The cached value of the 'Value
' reference.Methods in com._1c.g5.v8.dt.platform.services.model.impl that return ValueMethods in com._1c.g5.v8.dt.platform.services.model.impl with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.platform.services.model.util
Methods in com._1c.g5.v8.dt.platform.services.model.util with parameters of type Value -
Uses of Value in com._1c.g5.v8.dt.ui.util
Methods in com._1c.g5.v8.dt.ui.util with parameters of type ValueModifier and TypeMethodDescriptionstatic String
ModelUtil.getValueRepresentation
(Value value) ReturnsValue
string representation.