Uses of Interface
de.cau.cs.kieler.kwebs.servicedata.SupportedFormat

Packages that use SupportedFormat
de.cau.cs.kieler.kwebs.servicedata
de.cau.cs.kieler.kwebs.servicedata.impl   
 

Uses of SupportedFormat in de.cau.cs.kieler.kwebs.servicedata
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return SupportedFormat
 SupportedFormat ServiceDataFactory.createSupportedFormat()
          Returns a new object of class 'Supported Format'.
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return types with arguments of type SupportedFormat
 EList<SupportedFormat> ServiceData.getSupportedFormats()
          Returns the value of the 'Supported Formats' containment reference list.
 

Uses of SupportedFormat in de.cau.cs.kieler.kwebs.servicedata.impl
 

Classes in de.cau.cs.kieler.kwebs.servicedata.impl that implement SupportedFormat
 class SupportedFormatImpl
          An implementation of the model object 'Supported Format'.
 

Fields in de.cau.cs.kieler.kwebs.servicedata.impl with type parameters of type SupportedFormat
protected  EList<SupportedFormat> ServiceDataImpl.supportedFormats
          The cached value of the 'Supported Formats' containment reference list.
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return SupportedFormat
 SupportedFormat ServiceDataFactoryImpl.createSupportedFormat()
           
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return types with arguments of type SupportedFormat
 EList<SupportedFormat> ServiceDataImpl.getSupportedFormats()