Uses of Class
com._1c.g5.v8.dt.metadata.common.LinkedValueChangeMode
-
-
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.model.core
Methods in com._1c.g5.v8.dt.dcs.model.core that return LinkedValueChangeMode Modifier and Type Method Description LinkedValueChangeMode
DataCompositionChoiceParameterLink. 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 void
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 LinkedValueChangeMode Modifier and Type Method Description LinkedValueChangeMode
DataCompositionChoiceParameterLinkImpl. getValueChange()
Methods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type LinkedValueChangeMode Modifier and Type Method Description void
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 Modifier and Type Field Description LinkedValueChangeMode
DcsAvailableFieldInfo.DCSChoiceParameterLinkInfo. mode
-
Uses of LinkedValueChangeMode in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return LinkedValueChangeMode Modifier and Type Method Description LinkedValueChangeMode
LinkedValueChangeModeTypeInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type LinkedValueChangeMode Modifier and Type Method Description String
LinkedValueChangeModeTypeInfo. 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 LinkedValueChangeMode Modifier and Type Field Description static 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 LinkedValueChangeMode Modifier and Type Method Description static LinkedValueChangeMode
LinkedValueChangeMode. get(int value)
Returns the 'Linked Value Change Mode' literal with the specified integer value.static LinkedValueChangeMode
LinkedValueChangeMode. get(String literal)
Returns the 'Linked Value Change Mode' literal with the specified literal value.static LinkedValueChangeMode
LinkedValueChangeMode. getByName(String name)
Returns the 'Linked Value Change Mode' literal with the specified name.LinkedValueChangeMode
AbstractChoiceParameterLink. getChangeMode()
Returns the value of the 'Change Mode' attribute.static LinkedValueChangeMode
LinkedValueChangeMode. 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 void
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 LinkedValueChangeMode Modifier and Type Method Description LinkedValueChangeMode
CommonFactoryImpl. createLinkedValueChangeModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
LinkedValueChangeMode
AbstractChoiceParameterLinkImpl. getChangeMode()
Methods in com._1c.g5.v8.dt.metadata.common.impl with parameters of type LinkedValueChangeMode Modifier and Type Method Description void
AbstractChoiceParameterLinkImpl. setChangeMode(LinkedValueChangeMode newChangeMode)
-