Uses of Interface
com._1c.g5.v8.dt.xdto.model.Enumeration
-
Packages that use Enumeration Package Description com._1c.g5.v8.dt.xdto.model com._1c.g5.v8.dt.xdto.model.impl com._1c.g5.v8.dt.xdto.model.util -
-
Uses of Enumeration in com._1c.g5.v8.dt.xdto.model
Methods in com._1c.g5.v8.dt.xdto.model that return Enumeration Modifier and Type Method Description Enumeration
XdtoFactory. createEnumeration()
Returns a new object of class 'Enumeration'.Methods in com._1c.g5.v8.dt.xdto.model that return types with arguments of type Enumeration Modifier and Type Method Description org.eclipse.emf.common.util.EList<Enumeration>
ValueType. getEnumerations()
Returns the value of the 'Enumerations' containment reference list. -
Uses of Enumeration in com._1c.g5.v8.dt.xdto.model.impl
Classes in com._1c.g5.v8.dt.xdto.model.impl that implement Enumeration Modifier and Type Class Description class
EnumerationImpl
An implementation of the model object 'Enumeration'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return Enumeration Modifier and Type Method Description Enumeration
XdtoFactoryImpl. createEnumeration()
Methods in com._1c.g5.v8.dt.xdto.model.impl that return types with arguments of type Enumeration Modifier and Type Method Description org.eclipse.emf.common.util.EList<Enumeration>
ValueTypeImpl. getEnumerations()
-
Uses of Enumeration in com._1c.g5.v8.dt.xdto.model.util
Methods in com._1c.g5.v8.dt.xdto.model.util with parameters of type Enumeration Modifier and Type Method Description T
XdtoSwitch. caseEnumeration(Enumeration object)
Returns the result of interpreting the object as an instance of 'Enumeration'.
-