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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return InOutNameListComma
 InOutNameListComma QuartzFactory.createInOutNameListComma()
          Returns a new object of class 'In Out Name List Comma'.
 InOutNameListComma InterfaceComma.getNames()
          Returns the value of the 'Names' containment reference.
 

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

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement InOutNameListComma
 class InOutNameListCommaImpl
          An implementation of the model object 'In Out Name List Comma'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as InOutNameListComma
protected  InOutNameListComma InterfaceCommaImpl.names
          The cached value of the 'Names' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return InOutNameListComma
 InOutNameListComma QuartzFactoryImpl.createInOutNameListComma()
           
 InOutNameListComma InterfaceCommaImpl.getNames()
           
 

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

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

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