Uses of Interface
de.cau.cs.kieler.quartz.editor.quartz.OptUtyExprList

Packages that use OptUtyExprList
de.cau.cs.kieler.quartz.editor.quartz   
de.cau.cs.kieler.quartz.editor.quartz.impl   
de.cau.cs.kieler.quartz.editor.quartz.util   
 

Uses of OptUtyExprList in de.cau.cs.kieler.quartz.editor.quartz
 

Subinterfaces of OptUtyExprList in de.cau.cs.kieler.quartz.editor.quartz
 interface OptUtyExpr
          A representation of the model object 'Opt Uty Expr'.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return OptUtyExprList
 OptUtyExprList QuartzFactory.createOptUtyExprList()
          Returns a new object of class 'Opt Uty Expr List'.
 OptUtyExprList QName.getExprs()
          Returns the value of the 'Exprs' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return types with arguments of type OptUtyExprList
 EList<OptUtyExprList> OptUtyExpr.getExprs()
          Returns the value of the 'Exprs' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type OptUtyExprList
 void QName.setExprs(OptUtyExprList value)
          Sets the value of the 'Exprs' containment reference.
 

Uses of OptUtyExprList in de.cau.cs.kieler.quartz.editor.quartz.impl
 

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement OptUtyExprList
 class OptUtyExprImpl
          An implementation of the model object 'Opt Uty Expr'.
 class OptUtyExprListImpl
          An implementation of the model object 'Opt Uty Expr List'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as OptUtyExprList
protected  OptUtyExprList QNameImpl.exprs
          The cached value of the 'Exprs' containment reference.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl with type parameters of type OptUtyExprList
protected  EList<OptUtyExprList> OptUtyExprImpl.exprs
          The cached value of the 'Exprs' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return OptUtyExprList
 OptUtyExprList QuartzFactoryImpl.createOptUtyExprList()
           
 OptUtyExprList QNameImpl.getExprs()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return types with arguments of type OptUtyExprList
 EList<OptUtyExprList> OptUtyExprImpl.getExprs()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type OptUtyExprList
 NotificationChain QNameImpl.basicSetExprs(OptUtyExprList newExprs, NotificationChain msgs)
           
 void QNameImpl.setExprs(OptUtyExprList newExprs)
           
 

Uses of OptUtyExprList in de.cau.cs.kieler.quartz.editor.quartz.util
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type OptUtyExprList
 T QuartzSwitch.caseOptUtyExprList(OptUtyExprList object)
          Returns the result of interpreting the object as an instance of 'Opt Uty Expr List'.