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. VALUES
A 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 UseQuickChoice
UseQuickChoice. get(int value)
Returns the 'Use Quick Choice' literal with the specified integer value.static UseQuickChoice
UseQuickChoice. get(String literal)
Returns the 'Use Quick Choice' literal with the specified literal value.static UseQuickChoice
UseQuickChoice. getByName(String name)
Returns the 'Use Quick Choice' literal with the specified name.UseQuickChoice
BasicFeature. getQuickChoice()
Returns the value of the 'Quick Choice' attribute.UseQuickChoice
Constant. getQuickChoice()
Returns the value of the 'Quick Choice' attribute.UseQuickChoice
Dimension. getQuickChoice()
Returns the value of the 'Quick Choice' attribute.UseQuickChoice
Field. getQuickChoice()
Returns the value of the 'Quick Choice' attribute.UseQuickChoice
Resource. getQuickChoice()
Returns the value of the 'Quick Choice' attribute.UseQuickChoice
StandardAttribute. getQuickChoice()
Returns the value of the 'Quick Choice' attribute.static UseQuickChoice
UseQuickChoice. 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 void
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 UseQuickChoice Modifier and Type Method Description UseQuickChoice
MdClassFactoryImpl. createUseQuickChoiceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
UseQuickChoice
BasicFeatureImpl. getQuickChoice()
UseQuickChoice
ConstantImpl. getQuickChoice()
UseQuickChoice
DimensionImpl. getQuickChoice()
UseQuickChoice
FieldImpl. getQuickChoice()
UseQuickChoice
ResourceImpl. getQuickChoice()
UseQuickChoice
StandardAttributeImpl. getQuickChoice()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type UseQuickChoice Modifier and Type Method Description void
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 UseQuickChoice Modifier and Type Method Description boolean
MdClassValidator. validateUseQuickChoice(UseQuickChoice useQuickChoice, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-