Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.ChoiceMode
Packages that use ChoiceMode
Package
Description
-
Uses of ChoiceMode in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type ChoiceModeModifierConstructorDescriptionChangeQuickChoiceTask(BasicDbObject basicDbObject, ChoiceMode value, org.eclipse.emf.ecore.EStructuralFeature choiceModeFeature) Creates a new instance ofChangeQuickChoiceTask. -
Uses of ChoiceMode in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type ChoiceModeModifier and TypeFieldDescriptionstatic final List<ChoiceMode>ChoiceMode.VALUESA public read-only list of all the 'Choice Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return ChoiceModeModifier and TypeMethodDescriptionstatic ChoiceModeChoiceMode.get(int value) Returns the 'Choice Mode' literal with the specified integer value.static ChoiceModeReturns the 'Choice Mode' literal with the specified literal value.static ChoiceModeReturns the 'Choice Mode' literal with the specified name.Catalog.getChoiceMode()Returns the value of the 'Choice Mode' attribute.ChartOfAccounts.getChoiceMode()Returns the value of the 'Choice Mode' attribute.ChartOfCalculationTypes.getChoiceMode()Returns the value of the 'Choice Mode' attribute.ChartOfCharacteristicTypes.getChoiceMode()Returns the value of the 'Choice Mode' attribute.Enum.getChoiceMode()Returns the value of the 'Choice Mode' attribute.ExchangePlan.getChoiceMode()Returns the value of the 'Choice Mode' attribute.static ChoiceModeReturns the enum constant of this class with the specified name.static ChoiceMode[]ChoiceMode.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.mdclass with parameters of type ChoiceModeModifier and TypeMethodDescriptionvoidCatalog.setChoiceMode(ChoiceMode value) Sets the value of the 'Choice Mode' attribute.voidChartOfAccounts.setChoiceMode(ChoiceMode value) Sets the value of the 'Choice Mode' attribute.voidChartOfCalculationTypes.setChoiceMode(ChoiceMode value) Sets the value of the 'Choice Mode' attribute.voidChartOfCharacteristicTypes.setChoiceMode(ChoiceMode value) Sets the value of the 'Choice Mode' attribute.voidEnum.setChoiceMode(ChoiceMode value) Sets the value of the 'Choice Mode' attribute.voidExchangePlan.setChoiceMode(ChoiceMode value) Sets the value of the 'Choice Mode' attribute. -
Uses of ChoiceMode in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ChoiceModeModifier and TypeMethodDescriptionMdClassFactoryImpl.createChoiceModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CatalogImpl.getChoiceMode()ChartOfAccountsImpl.getChoiceMode()ChartOfCalculationTypesImpl.getChoiceMode()ChartOfCharacteristicTypesImpl.getChoiceMode()EnumImpl.getChoiceMode()ExchangePlanImpl.getChoiceMode()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ChoiceModeModifier and TypeMethodDescriptionvoidCatalogImpl.setChoiceMode(ChoiceMode newChoiceMode) voidChartOfAccountsImpl.setChoiceMode(ChoiceMode newChoiceMode) voidChartOfCalculationTypesImpl.setChoiceMode(ChoiceMode newChoiceMode) voidChartOfCharacteristicTypesImpl.setChoiceMode(ChoiceMode newChoiceMode) voidEnumImpl.setChoiceMode(ChoiceMode newChoiceMode) voidExchangePlanImpl.setChoiceMode(ChoiceMode newChoiceMode) -
Uses of ChoiceMode in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ChoiceModeModifier and TypeMethodDescriptionbooleanMdClassValidator.validateChoiceMode(ChoiceMode choiceMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)