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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return QType
 QType QuartzFactory.createQType()
          Returns a new object of class 'QType'.
 QType Interface.getType()
          Returns the value of the 'Type' containment reference.
 QType InterfaceComma.getType()
          Returns the value of the 'Type' containment reference.
 QType QTypeList.getType()
          Returns the value of the 'Type' containment reference.
 QType UtyExpr.getType()
          Returns the value of the 'Type' containment reference.
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type QType
 void Interface.setType(QType value)
          Sets the value of the 'Type' containment reference.
 void InterfaceComma.setType(QType value)
          Sets the value of the 'Type' containment reference.
 void QTypeList.setType(QType value)
          Sets the value of the 'Type' containment reference.
 void UtyExpr.setType(QType value)
          Sets the value of the 'Type' containment reference.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement QType
 class QTypeImpl
          An implementation of the model object 'QType'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as QType
protected  QType InterfaceCommaImpl.type
          The cached value of the 'Type' containment reference.
protected  QType InterfaceImpl.type
          The cached value of the 'Type' containment reference.
protected  QType QNameImpl.type
          The cached value of the 'Type' containment reference.
protected  QType QTypeListImpl.type
          The cached value of the 'Type' containment reference.
protected  QType UtyExprImpl.type
          The cached value of the 'Type' containment reference.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl with type parameters of type QType
protected  EList<QType> QTypeListImpl.t
          The cached value of the 'T' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return QType
 QType QuartzFactoryImpl.createQType()
           
 QType InterfaceCommaImpl.getType()
           
 QType InterfaceImpl.getType()
           
 QType QNameImpl.getType()
           
 QType QTypeListImpl.getType()
           
 QType UtyExprImpl.getType()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return types with arguments of type QType
 EList<QType> QTypeListImpl.getT()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type QType
 NotificationChain InterfaceCommaImpl.basicSetType(QType newType, NotificationChain msgs)
           
 NotificationChain InterfaceImpl.basicSetType(QType newType, NotificationChain msgs)
           
 NotificationChain QNameImpl.basicSetType(QType newType, NotificationChain msgs)
           
 NotificationChain QTypeListImpl.basicSetType(QType newType, NotificationChain msgs)
           
 NotificationChain UtyExprImpl.basicSetType(QType newType, NotificationChain msgs)
           
 void InterfaceCommaImpl.setType(QType newType)
           
 void InterfaceImpl.setType(QType newType)
           
 void QNameImpl.setType(QType newType)
           
 void QTypeListImpl.setType(QType newType)
           
 void UtyExprImpl.setType(QType newType)
           
 

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

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