Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.UseQuickChoice
Packages that use UseQuickChoice
Package
Description
-
Uses of UseQuickChoice in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type UseQuickChoiceModifier and TypeFieldDescriptionstatic final List<UseQuickChoice>
UseQuickChoice.VALUES
A public read-only list of all the 'Use Quick Choice' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return UseQuickChoiceModifier and TypeMethodDescriptionstatic UseQuickChoice
UseQuickChoice.get
(int value) Returns the 'Use Quick Choice' literal with the specified integer value.static UseQuickChoice
Returns the 'Use Quick Choice' literal with the specified literal value.static UseQuickChoice
Returns the 'Use Quick Choice' literal with the specified name.BasicFeature.getQuickChoice()
Returns the value of the 'Quick Choice' attribute.Constant.getQuickChoice()
Returns the value of the 'Quick Choice' attribute.Dimension.getQuickChoice()
Returns the value of the 'Quick Choice' attribute.Field.getQuickChoice()
Returns the value of the 'Quick Choice' attribute.Resource.getQuickChoice()
Returns the value of the 'Quick Choice' attribute.StandardAttribute.getQuickChoice()
Returns the value of the 'Quick Choice' attribute.static UseQuickChoice
Returns the enum constant of this class with the specified name.static UseQuickChoice[]
UseQuickChoice.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 UseQuickChoiceModifier and TypeMethodDescriptionvoid
BasicFeature.setQuickChoice
(UseQuickChoice value) Sets the value of the 'Quick Choice
' attribute.void
Constant.setQuickChoice
(UseQuickChoice value) Sets the value of the 'Quick Choice
' attribute.void
Dimension.setQuickChoice
(UseQuickChoice value) Sets the value of the 'Quick Choice
' attribute.void
Field.setQuickChoice
(UseQuickChoice value) Sets the value of the 'Quick Choice
' attribute.void
Resource.setQuickChoice
(UseQuickChoice value) Sets the value of the 'Quick Choice
' attribute.void
StandardAttribute.setQuickChoice
(UseQuickChoice value) Sets the value of the 'Quick Choice
' attribute. -
Uses of UseQuickChoice in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return UseQuickChoiceModifier and TypeMethodDescriptionMdClassFactoryImpl.createUseQuickChoiceFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) BasicFeatureImpl.getQuickChoice()
ConstantImpl.getQuickChoice()
DimensionImpl.getQuickChoice()
FieldImpl.getQuickChoice()
ResourceImpl.getQuickChoice()
StandardAttributeImpl.getQuickChoice()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type UseQuickChoiceModifier and TypeMethodDescriptionvoid
BasicFeatureImpl.setQuickChoice
(UseQuickChoice newQuickChoice) void
ConstantImpl.setQuickChoice
(UseQuickChoice newQuickChoice) void
DimensionImpl.setQuickChoice
(UseQuickChoice newQuickChoice) void
FieldImpl.setQuickChoice
(UseQuickChoice newQuickChoice) void
ResourceImpl.setQuickChoice
(UseQuickChoice newQuickChoice) void
StandardAttributeImpl.setQuickChoice
(UseQuickChoice newQuickChoice) -
Uses of UseQuickChoice in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type UseQuickChoiceModifier and TypeMethodDescriptionboolean
MdClassValidator.validateUseQuickChoice
(UseQuickChoice useQuickChoice, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)