Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.EnumValue
-
Packages that use EnumValue 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 EnumValue in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return EnumValue Modifier and Type Method Description EnumValue
MdClassFactory. createEnumValue()
Returns a new object of class 'Enum Value'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type EnumValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<EnumValue>
Enum. getEnumValues()
Returns the value of the 'Enum Values' containment reference list. -
Uses of EnumValue in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement EnumValue Modifier and Type Class Description class
EnumValueImpl
An implementation of the model object 'Enum Value'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return EnumValue Modifier and Type Method Description EnumValue
MdClassFactoryImpl. createEnumValue()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type EnumValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<EnumValue>
EnumImpl. getEnumValues()
-
Uses of EnumValue in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type EnumValue Modifier and Type Method Description T
MdClassSwitch. caseEnumValue(EnumValue object)
Returns the result of interpreting the object as an instance of 'Enum Value'.boolean
MdClassValidator. validateEnumValue(EnumValue enumValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-