Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.ChoiceMode
-
Packages that use ChoiceMode Package Description com._1c.g5.v8.dt.md.api com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of ChoiceMode in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type ChoiceMode Constructor Description ChangeQuickChoiceTask(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 ChoiceMode Modifier and Type Field Description static 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 ChoiceMode Modifier and Type Method Description static ChoiceModeChoiceMode. get(int value)Returns the 'Choice Mode' literal with the specified integer value.static ChoiceModeChoiceMode. get(String literal)Returns the 'Choice Mode' literal with the specified literal value.static ChoiceModeChoiceMode. getByName(String name)Returns the 'Choice Mode' literal with the specified name.ChoiceModeCatalog. getChoiceMode()Returns the value of the 'Choice Mode' attribute.ChoiceModeChartOfAccounts. getChoiceMode()Returns the value of the 'Choice Mode' attribute.ChoiceModeChartOfCalculationTypes. getChoiceMode()Returns the value of the 'Choice Mode' attribute.ChoiceModeChartOfCharacteristicTypes. getChoiceMode()Returns the value of the 'Choice Mode' attribute.ChoiceModeEnum. getChoiceMode()Returns the value of the 'Choice Mode' attribute.ChoiceModeExchangePlan. getChoiceMode()Returns the value of the 'Choice Mode' attribute.static ChoiceModeChoiceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ChoiceMode[]ChoiceMode. 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.mdclass with parameters of type ChoiceMode Modifier and Type Method Description voidCatalog. 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 ChoiceMode Modifier and Type Method Description ChoiceModeMdClassFactoryImpl. createChoiceModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ChoiceModeCatalogImpl. getChoiceMode()ChoiceModeChartOfAccountsImpl. getChoiceMode()ChoiceModeChartOfCalculationTypesImpl. getChoiceMode()ChoiceModeChartOfCharacteristicTypesImpl. getChoiceMode()ChoiceModeEnumImpl. getChoiceMode()ChoiceModeExchangePlanImpl. getChoiceMode()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ChoiceMode Modifier and Type Method Description voidCatalogImpl. 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 ChoiceMode Modifier and Type Method Description booleanMdClassValidator. validateChoiceMode(ChoiceMode choiceMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-