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

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

Subinterfaces of InOutNameList in de.cau.cs.kieler.quartz.editor.quartz
 interface InOutName
          A representation of the model object 'In Out Name'.
 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 InOutNameList
 InOutNameList QuartzFactory.createInOutNameList()
          Returns a new object of class 'In Out Name List'.
 InOutNameList Interface.getNames()
          Returns the value of the 'Names' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type InOutNameList
 void Interface.setNames(InOutNameList value)
          Sets the value of the 'Names' containment reference.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement InOutNameList
 class InOutNameImpl
          An implementation of the model object 'In Out Name'.
 class InOutNameListImpl
          An implementation of the model object 'In Out Name List'.
 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 InOutNameList
protected  InOutNameList InterfaceImpl.names
          The cached value of the 'Names' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return InOutNameList
 InOutNameList QuartzFactoryImpl.createInOutNameList()
           
 InOutNameList InterfaceImpl.getNames()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type InOutNameList
 NotificationChain InterfaceImpl.basicSetNames(InOutNameList newNames, NotificationChain msgs)
           
 void InterfaceImpl.setNames(InOutNameList newNames)
           
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type InOutNameList
 T QuartzSwitch.caseInOutNameList(InOutNameList object)
          Returns the result of interpreting the object as an instance of 'In Out Name List'.