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

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

Subinterfaces of InOutName in de.cau.cs.kieler.quartz.editor.quartz
 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 InOutName
 InOutName QuartzFactory.createInOutName()
          Returns a new object of class 'In Out Name'.
 

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

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement InOutName
 class InOutNameImpl
          An implementation of the model object 'In Out Name'.
 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 with type parameters of type InOutName
protected  EList<InOutName> InOutNameImpl.names
          The cached value of the 'Names' containment reference list.
protected  EList<InOutName> InOutNameListCommaImpl.names
          The cached value of the 'Names' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return InOutName
 InOutName QuartzFactoryImpl.createInOutName()
           
 

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

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

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