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.modelMethods in com._1c.g5.v8.dt.xdto.model that return Pattern Modifier and Type Method Description PatternXdtoFactory. 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.implClasses in com._1c.g5.v8.dt.xdto.model.impl that implement Pattern Modifier and Type Class Description classPatternImplAn implementation of the model object 'Pattern'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return Pattern Modifier and Type Method Description PatternXdtoFactoryImpl. 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.utilMethods in com._1c.g5.v8.dt.xdto.model.util with parameters of type Pattern Modifier and Type Method Description TXdtoSwitch. casePattern(Pattern object)Returns the result of interpreting the object as an instance of 'Pattern'.
 
-