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.VALUESA 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 UseQuickChoiceUseQuickChoice.get(int value) Returns the 'Use Quick Choice' literal with the specified integer value.static UseQuickChoiceReturns the 'Use Quick Choice' literal with the specified literal value.static UseQuickChoiceReturns 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 UseQuickChoiceReturns 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 TypeMethodDescriptionvoidBasicFeature.setQuickChoice(UseQuickChoice value) Sets the value of the 'Quick Choice' attribute.voidConstant.setQuickChoice(UseQuickChoice value) Sets the value of the 'Quick Choice' attribute.voidDimension.setQuickChoice(UseQuickChoice value) Sets the value of the 'Quick Choice' attribute.voidField.setQuickChoice(UseQuickChoice value) Sets the value of the 'Quick Choice' attribute.voidResource.setQuickChoice(UseQuickChoice value) Sets the value of the 'Quick Choice' attribute.voidStandardAttribute.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 TypeMethodDescriptionvoidBasicFeatureImpl.setQuickChoice(UseQuickChoice newQuickChoice) voidConstantImpl.setQuickChoice(UseQuickChoice newQuickChoice) voidDimensionImpl.setQuickChoice(UseQuickChoice newQuickChoice) voidFieldImpl.setQuickChoice(UseQuickChoice newQuickChoice) voidResourceImpl.setQuickChoice(UseQuickChoice newQuickChoice) voidStandardAttributeImpl.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 TypeMethodDescriptionbooleanMdClassValidator.validateUseQuickChoice(UseQuickChoice useQuickChoice, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)