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.VALUES
A public read-only list of all the 'Choice Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return ChoiceModeModifier and TypeMethodDescriptionstatic ChoiceMode
ChoiceMode.get
(int value) Returns the 'Choice Mode' literal with the specified integer value.static ChoiceMode
Returns the 'Choice Mode' literal with the specified literal value.static ChoiceMode
Returns 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 ChoiceMode
Returns 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 TypeMethodDescriptionvoid
Catalog.setChoiceMode
(ChoiceMode value) Sets the value of the 'Choice Mode
' attribute.void
ChartOfAccounts.setChoiceMode
(ChoiceMode value) Sets the value of the 'Choice Mode
' attribute.void
ChartOfCalculationTypes.setChoiceMode
(ChoiceMode value) Sets the value of the 'Choice Mode
' attribute.void
ChartOfCharacteristicTypes.setChoiceMode
(ChoiceMode value) Sets the value of the 'Choice Mode
' attribute.void
Enum.setChoiceMode
(ChoiceMode value) Sets the value of the 'Choice Mode
' attribute.void
ExchangePlan.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 TypeMethodDescriptionvoid
CatalogImpl.setChoiceMode
(ChoiceMode newChoiceMode) void
ChartOfAccountsImpl.setChoiceMode
(ChoiceMode newChoiceMode) void
ChartOfCalculationTypesImpl.setChoiceMode
(ChoiceMode newChoiceMode) void
ChartOfCharacteristicTypesImpl.setChoiceMode
(ChoiceMode newChoiceMode) void
EnumImpl.setChoiceMode
(ChoiceMode newChoiceMode) void
ExchangePlanImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validateChoiceMode
(ChoiceMode choiceMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)