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 TypeMethodDescriptionvoidDataCompositionChoiceParameterLink.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 TypeMethodDescriptionvoidDataCompositionChoiceParameterLinkImpl.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) booleanLinkedValueChangeModeTypeInfo.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.VALUESA 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 LinkedValueChangeModeLinkedValueChangeMode.get(int value) Returns the 'Linked Value Change Mode' literal with the specified integer value.static LinkedValueChangeModeReturns the 'Linked Value Change Mode' literal with the specified literal value.static LinkedValueChangeModeReturns the 'Linked Value Change Mode' literal with the specified name.AbstractChoiceParameterLink.getChangeMode()Returns the value of the 'Change Mode' attribute.static LinkedValueChangeModeReturns 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 TypeMethodDescriptionvoidAbstractChoiceParameterLink.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 TypeMethodDescriptionvoidAbstractChoiceParameterLinkImpl.setChangeMode(LinkedValueChangeMode newChangeMode)