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. VALUES
A 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 ChoiceMode
ChoiceMode. get(int value)
Returns the 'Choice Mode' literal with the specified integer value.static ChoiceMode
ChoiceMode. get(String literal)
Returns the 'Choice Mode' literal with the specified literal value.static ChoiceMode
ChoiceMode. getByName(String name)
Returns the 'Choice Mode' literal with the specified name.ChoiceMode
Catalog. getChoiceMode()
Returns the value of the 'Choice Mode' attribute.ChoiceMode
ChartOfAccounts. getChoiceMode()
Returns the value of the 'Choice Mode' attribute.ChoiceMode
ChartOfCalculationTypes. getChoiceMode()
Returns the value of the 'Choice Mode' attribute.ChoiceMode
ChartOfCharacteristicTypes. getChoiceMode()
Returns the value of the 'Choice Mode' attribute.ChoiceMode
Enum. getChoiceMode()
Returns the value of the 'Choice Mode' attribute.ChoiceMode
ExchangePlan. getChoiceMode()
Returns the value of the 'Choice Mode' attribute.static ChoiceMode
ChoiceMode. 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 void
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 ChoiceMode Modifier and Type Method Description ChoiceMode
MdClassFactoryImpl. createChoiceModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ChoiceMode
CatalogImpl. getChoiceMode()
ChoiceMode
ChartOfAccountsImpl. getChoiceMode()
ChoiceMode
ChartOfCalculationTypesImpl. getChoiceMode()
ChoiceMode
ChartOfCharacteristicTypesImpl. getChoiceMode()
ChoiceMode
EnumImpl. getChoiceMode()
ChoiceMode
ExchangePlanImpl. getChoiceMode()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ChoiceMode Modifier and Type Method Description void
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 ChoiceMode Modifier and Type Method Description boolean
MdClassValidator. validateChoiceMode(ChoiceMode choiceMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-