Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.UseQuickChoice
-
Packages that use UseQuickChoice Package Description 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 UseQuickChoice in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type UseQuickChoice Modifier and Type Field Description static 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 UseQuickChoice Modifier and Type Method Description static UseQuickChoiceUseQuickChoice. get(int value)Returns the 'Use Quick Choice' literal with the specified integer value.static UseQuickChoiceUseQuickChoice. get(String literal)Returns the 'Use Quick Choice' literal with the specified literal value.static UseQuickChoiceUseQuickChoice. getByName(String name)Returns the 'Use Quick Choice' literal with the specified name.UseQuickChoiceBasicFeature. getQuickChoice()Returns the value of the 'Quick Choice' attribute.UseQuickChoiceConstant. getQuickChoice()Returns the value of the 'Quick Choice' attribute.UseQuickChoiceDimension. getQuickChoice()Returns the value of the 'Quick Choice' attribute.UseQuickChoiceField. getQuickChoice()Returns the value of the 'Quick Choice' attribute.UseQuickChoiceResource. getQuickChoice()Returns the value of the 'Quick Choice' attribute.UseQuickChoiceStandardAttribute. getQuickChoice()Returns the value of the 'Quick Choice' attribute.static UseQuickChoiceUseQuickChoice. valueOf(String name)Returns the enum constant of this type with the specified name.static UseQuickChoice[]UseQuickChoice. 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 UseQuickChoice Modifier and Type Method Description voidBasicFeature. 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 UseQuickChoice Modifier and Type Method Description UseQuickChoiceMdClassFactoryImpl. createUseQuickChoiceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)UseQuickChoiceBasicFeatureImpl. getQuickChoice()UseQuickChoiceConstantImpl. getQuickChoice()UseQuickChoiceDimensionImpl. getQuickChoice()UseQuickChoiceFieldImpl. getQuickChoice()UseQuickChoiceResourceImpl. getQuickChoice()UseQuickChoiceStandardAttributeImpl. getQuickChoice()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type UseQuickChoice Modifier and Type Method Description voidBasicFeatureImpl. 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 UseQuickChoice Modifier and Type Method Description booleanMdClassValidator. validateUseQuickChoice(UseQuickChoice useQuickChoice, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-