Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.LinkedValueChangeMode
Packages that use LinkedValueChangeMode
Package
Description
-
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.model.core
Methods in com._1c.g5.v8.dt.dcs.model.core that return LinkedValueChangeModeModifier and TypeMethodDescriptionDataCompositionChoiceParameterLink.getValueChange()
Returns the value of the 'Value Change' attribute.Methods in com._1c.g5.v8.dt.dcs.model.core with parameters of type LinkedValueChangeModeModifier and TypeMethodDescriptionvoid
DataCompositionChoiceParameterLink.setValueChange
(LinkedValueChangeMode value) Sets the value of the 'Value Change
' attribute. -
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.model.core.impl
Methods in com._1c.g5.v8.dt.dcs.model.core.impl that return LinkedValueChangeModeMethods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type LinkedValueChangeModeModifier and TypeMethodDescriptionvoid
DataCompositionChoiceParameterLinkImpl.setValueChange
(LinkedValueChangeMode newValueChange) -
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.settings
Fields in com._1c.g5.v8.dt.dcs.settings declared as LinkedValueChangeMode -
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return LinkedValueChangeModeMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type LinkedValueChangeModeModifier and TypeMethodDescriptionLinkedValueChangeModeTypeInfo.getValueText
(IV8Project v8project, String langCode, LinkedValueChangeMode value) boolean
LinkedValueChangeModeTypeInfo.isValuesEquals
(LinkedValueChangeMode value1, LinkedValueChangeMode value2) -
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type LinkedValueChangeModeModifier and TypeFieldDescriptionstatic final List<LinkedValueChangeMode>
LinkedValueChangeMode.VALUES
A public read-only list of all the 'Linked Value Change Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return LinkedValueChangeModeModifier and TypeMethodDescriptionstatic LinkedValueChangeMode
LinkedValueChangeMode.get
(int value) Returns the 'Linked Value Change Mode' literal with the specified integer value.static LinkedValueChangeMode
Returns the 'Linked Value Change Mode' literal with the specified literal value.static LinkedValueChangeMode
Returns the 'Linked Value Change Mode' literal with the specified name.AbstractChoiceParameterLink.getChangeMode()
Returns the value of the 'Change Mode' attribute.static LinkedValueChangeMode
Returns the enum constant of this class with the specified name.static LinkedValueChangeMode[]
LinkedValueChangeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.common with parameters of type LinkedValueChangeModeModifier and TypeMethodDescriptionvoid
AbstractChoiceParameterLink.setChangeMode
(LinkedValueChangeMode value) Sets the value of the 'Change Mode
' attribute. -
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return LinkedValueChangeModeModifier and TypeMethodDescriptionCommonFactoryImpl.createLinkedValueChangeModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AbstractChoiceParameterLinkImpl.getChangeMode()
Methods in com._1c.g5.v8.dt.metadata.common.impl with parameters of type LinkedValueChangeModeModifier and TypeMethodDescriptionvoid
AbstractChoiceParameterLinkImpl.setChangeMode
(LinkedValueChangeMode newChangeMode)