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

Packages that use NamedStmt
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 NamedStmt in de.cau.cs.kieler.quartz.editor.quartz
 

Subinterfaces of NamedStmt in de.cau.cs.kieler.quartz.editor.quartz
 interface Name
          A representation of the model object 'Name'.
 interface QName
          A representation of the model object 'QName'.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return NamedStmt
 NamedStmt QuartzFactory.createNamedStmt()
          Returns a new object of class 'Named Stmt'.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement NamedStmt
 class NamedStmtImpl
          An implementation of the model object 'Named Stmt'.
 class NameImpl
          An implementation of the model object 'Name'.
 class QNameImpl
          An implementation of the model object 'QName'.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return NamedStmt
 NamedStmt QuartzFactoryImpl.createNamedStmt()
           
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type NamedStmt
 T QuartzSwitch.caseNamedStmt(NamedStmt object)
          Returns the result of interpreting the object as an instance of 'Named Stmt'.