Uses of Class
com._1c.g5.v8.dt.metadata.common.LinkedValueChangeMode
- 
- 
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.model.coreMethods in com._1c.g5.v8.dt.dcs.model.core that return LinkedValueChangeMode Modifier and Type Method Description LinkedValueChangeModeDataCompositionChoiceParameterLink. getValueChange()Returns the value of the 'Value Change' attribute.Methods in com._1c.g5.v8.dt.dcs.model.core with parameters of type LinkedValueChangeMode Modifier and Type Method Description voidDataCompositionChoiceParameterLink. setValueChange(LinkedValueChangeMode value)Sets the value of the 'Value Change' attribute.
- 
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.model.core.implMethods in com._1c.g5.v8.dt.dcs.model.core.impl that return LinkedValueChangeMode Modifier and Type Method Description LinkedValueChangeModeDataCompositionChoiceParameterLinkImpl. getValueChange()Methods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type LinkedValueChangeMode Modifier and Type Method Description voidDataCompositionChoiceParameterLinkImpl. setValueChange(LinkedValueChangeMode newValueChange)
- 
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.settingsFields in com._1c.g5.v8.dt.dcs.settings declared as LinkedValueChangeMode Modifier and Type Field Description LinkedValueChangeModeDcsAvailableFieldInfo.DCSChoiceParameterLinkInfo. mode
- 
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return LinkedValueChangeMode Modifier and Type Method Description LinkedValueChangeModeLinkedValueChangeModeTypeInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type LinkedValueChangeMode Modifier and Type Method Description StringLinkedValueChangeModeTypeInfo. getValueText(IV8Project v8project, String langCode, LinkedValueChangeMode value)booleanLinkedValueChangeModeTypeInfo. isValuesEquals(LinkedValueChangeMode value1, LinkedValueChangeMode value2)
- 
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.metadata.commonFields in com._1c.g5.v8.dt.metadata.common with type parameters of type LinkedValueChangeMode Modifier and Type Field Description static 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 LinkedValueChangeMode Modifier and Type Method Description static LinkedValueChangeModeLinkedValueChangeMode. get(int value)Returns the 'Linked Value Change Mode' literal with the specified integer value.static LinkedValueChangeModeLinkedValueChangeMode. get(String literal)Returns the 'Linked Value Change Mode' literal with the specified literal value.static LinkedValueChangeModeLinkedValueChangeMode. getByName(String name)Returns the 'Linked Value Change Mode' literal with the specified name.LinkedValueChangeModeAbstractChoiceParameterLink. getChangeMode()Returns the value of the 'Change Mode' attribute.static LinkedValueChangeModeLinkedValueChangeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkedValueChangeMode[]LinkedValueChangeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.common with parameters of type LinkedValueChangeMode Modifier and Type Method Description voidAbstractChoiceParameterLink. setChangeMode(LinkedValueChangeMode value)Sets the value of the 'Change Mode' attribute.
- 
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.metadata.common.implMethods in com._1c.g5.v8.dt.metadata.common.impl that return LinkedValueChangeMode Modifier and Type Method Description LinkedValueChangeModeCommonFactoryImpl. createLinkedValueChangeModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)LinkedValueChangeModeAbstractChoiceParameterLinkImpl. getChangeMode()Methods in com._1c.g5.v8.dt.metadata.common.impl with parameters of type LinkedValueChangeMode Modifier and Type Method Description voidAbstractChoiceParameterLinkImpl. setChangeMode(LinkedValueChangeMode newChangeMode)
 
-