Uses of Interface
com._1c.g5.v8.dt.xdto.model.Pattern
-
Packages that use Pattern 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 Pattern in com._1c.g5.v8.dt.xdto.model
Methods in com._1c.g5.v8.dt.xdto.model that return Pattern Modifier and Type Method Description Pattern
XdtoFactory. createPattern()
Returns a new object of class 'Pattern'.Methods in com._1c.g5.v8.dt.xdto.model that return types with arguments of type Pattern Modifier and Type Method Description org.eclipse.emf.common.util.EList<Pattern>
ValueType. getPatterns()
Returns the value of the 'Patterns' containment reference list. -
Uses of Pattern in com._1c.g5.v8.dt.xdto.model.impl
Classes in com._1c.g5.v8.dt.xdto.model.impl that implement Pattern Modifier and Type Class Description class
PatternImpl
An implementation of the model object 'Pattern'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return Pattern Modifier and Type Method Description Pattern
XdtoFactoryImpl. createPattern()
Methods in com._1c.g5.v8.dt.xdto.model.impl that return types with arguments of type Pattern Modifier and Type Method Description org.eclipse.emf.common.util.EList<Pattern>
ValueTypeImpl. getPatterns()
-
Uses of Pattern in com._1c.g5.v8.dt.xdto.model.util
Methods in com._1c.g5.v8.dt.xdto.model.util with parameters of type Pattern Modifier and Type Method Description T
XdtoSwitch. casePattern(Pattern object)
Returns the result of interpreting the object as an instance of 'Pattern'.
-