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

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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return QName
 QName QuartzFactory.createQName()
          Returns a new object of class 'QName'.
 QName MacroDef.getName()
          Returns the value of the 'Name' containment reference.
 QName QNameList.getName()
          Returns the value of the 'Name' containment reference.
 QName UtyExpr.getName()
          Returns the value of the 'Name' containment reference.
 

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

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

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

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

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as QName
protected  QName MacroDefImpl.name
          The cached value of the 'Name' containment reference.
protected  QName QNameImpl.name
          The cached value of the 'Name' containment reference.
protected  QName QNameListImpl.name
          The cached value of the 'Name' containment reference.
protected  QName UtyExprImpl.name
          The cached value of the 'Name' containment reference.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl with type parameters of type QName
protected  EList<QName> ProofGoalListImpl.name
          The cached value of the 'Name' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return QName
 QName QuartzFactoryImpl.createQName()
           
 QName MacroDefImpl.getName()
           
 QName QNameImpl.getName()
           
 QName QNameListImpl.getName()
           
 QName UtyExprImpl.getName()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return types with arguments of type QName
 EList<QName> ProofGoalListImpl.getName()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type QName
 NotificationChain MacroDefImpl.basicSetName(QName newName, NotificationChain msgs)
           
 NotificationChain QNameImpl.basicSetName(QName newName, NotificationChain msgs)
           
 NotificationChain QNameListImpl.basicSetName(QName newName, NotificationChain msgs)
           
 NotificationChain UtyExprImpl.basicSetName(QName newName, NotificationChain msgs)
           
 void MacroDefImpl.setName(QName newName)
           
 void QNameImpl.setName(QName newName)
           
 void QNameListImpl.setName(QName newName)
           
 void UtyExprImpl.setName(QName newName)
           
 

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

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