Uses of Class
com._1c.g5.v8.dt.dcs.model.settings.AvailableSettingsSourceBehaviour
-
Packages that use AvailableSettingsSourceBehaviour Package Description com._1c.g5.v8.dt.dcs.model.settings com._1c.g5.v8.dt.dcs.model.settings.impl -
-
Uses of AvailableSettingsSourceBehaviour in com._1c.g5.v8.dt.dcs.model.settings
Fields in com._1c.g5.v8.dt.dcs.model.settings with type parameters of type AvailableSettingsSourceBehaviour Modifier and Type Field Description static List<AvailableSettingsSourceBehaviour>AvailableSettingsSourceBehaviour. VALUESA public read-only list of all the 'Available Settings Source Behaviour' enumerators.Methods in com._1c.g5.v8.dt.dcs.model.settings that return AvailableSettingsSourceBehaviour Modifier and Type Method Description static AvailableSettingsSourceBehaviourAvailableSettingsSourceBehaviour. get(int value)Returns the 'Available Settings Source Behaviour' literal with the specified integer value.static AvailableSettingsSourceBehaviourAvailableSettingsSourceBehaviour. get(String literal)Returns the 'Available Settings Source Behaviour' literal with the specified literal value.AvailableSettingsSourceBehaviourDataCompositionAvailableSettingsSource. getBehaviour()Returns the value of the 'Behaviour' attribute.static AvailableSettingsSourceBehaviourAvailableSettingsSourceBehaviour. getByName(String name)Returns the 'Available Settings Source Behaviour' literal with the specified name.static AvailableSettingsSourceBehaviourAvailableSettingsSourceBehaviour. valueOf(String name)Returns the enum constant of this type with the specified name.static AvailableSettingsSourceBehaviour[]AvailableSettingsSourceBehaviour. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.dcs.model.settings with parameters of type AvailableSettingsSourceBehaviour Modifier and Type Method Description voidDataCompositionAvailableSettingsSource. setBehaviour(AvailableSettingsSourceBehaviour value)Sets the value of the 'Behaviour' attribute. -
Uses of AvailableSettingsSourceBehaviour in com._1c.g5.v8.dt.dcs.model.settings.impl
Methods in com._1c.g5.v8.dt.dcs.model.settings.impl that return AvailableSettingsSourceBehaviour Modifier and Type Method Description AvailableSettingsSourceBehaviourDcsFactoryImpl. createAvailableSettingsSourceBehaviourFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)AvailableSettingsSourceBehaviourDataCompositionAvailableSettingsSourceImpl. getBehaviour()Methods in com._1c.g5.v8.dt.dcs.model.settings.impl with parameters of type AvailableSettingsSourceBehaviour Modifier and Type Method Description voidDataCompositionAvailableSettingsSourceImpl. setBehaviour(AvailableSettingsSourceBehaviour newBehaviour)
-