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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return QNameList
 QNameList QuartzFactory.createQNameList()
          Returns a new object of class 'QName List'.
 QNameList MacroDef.getArgs()
          Returns the value of the 'Args' containment reference.
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type QNameList
 void MacroDef.setArgs(QNameList value)
          Sets the value of the 'Args' containment reference.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement QNameList
 class QNameListImpl
          An implementation of the model object 'QName List'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as QNameList
protected  QNameList MacroDefImpl.args
          The cached value of the 'Args' containment reference.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl with type parameters of type QNameList
protected  EList<QNameList> QNameListImpl.names
          The cached value of the 'Names' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return QNameList
 QNameList QuartzFactoryImpl.createQNameList()
           
 QNameList MacroDefImpl.getArgs()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return types with arguments of type QNameList
 EList<QNameList> QNameListImpl.getNames()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type QNameList
 NotificationChain MacroDefImpl.basicSetArgs(QNameList newArgs, NotificationChain msgs)
           
 void MacroDefImpl.setArgs(QNameList newArgs)
           
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type QNameList
 T QuartzSwitch.caseQNameList(QNameList object)
          Returns the result of interpreting the object as an instance of 'QName List'.