de.cau.cs.kieler.kwebs.servicedata
Interface ServiceData

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ServiceDataImpl

public interface ServiceData
extends EObject

A representation of the model object 'Service Data'.

The following features are supported:

See Also:
ServiceDataPackage.getServiceData()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<Category> getCategories()
          Returns the value of the 'Categories' containment reference list.
 EList<LayoutAlgorithm> getLayoutAlgorithms()
          Returns the value of the 'Layout Algorithms' containment reference list.
 EList<LayoutOption> getLayoutOptions()
          Returns the value of the 'Layout Options' containment reference list.
 EList<LayoutType> getLayoutTypes()
          Returns the value of the 'Layout Types' containment reference list.
 EList<SupportedFormat> getSupportedFormats()
          Returns the value of the 'Supported Formats' containment reference list.
 String getVersion()
          Returns the value of the 'Version' attribute.
 void setVersion(String value)
          Sets the value of the 'Version' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLayoutAlgorithms

EList<LayoutAlgorithm> getLayoutAlgorithms()
Returns the value of the 'Layout Algorithms' containment reference list. The list contents are of type LayoutAlgorithm.

If the meaning of the 'Layout Algorithms' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Layout Algorithms' containment reference list.
See Also:
ServiceDataPackage.getServiceData_LayoutAlgorithms()
Generated:
This code was automatically generated.
Model element:
containment=true

getLayoutTypes

EList<LayoutType> getLayoutTypes()
Returns the value of the 'Layout Types' containment reference list. The list contents are of type LayoutType.

If the meaning of the 'Layout Types' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Layout Types' containment reference list.
See Also:
ServiceDataPackage.getServiceData_LayoutTypes()
Generated:
This code was automatically generated.
Model element:
containment=true

getLayoutOptions

EList<LayoutOption> getLayoutOptions()
Returns the value of the 'Layout Options' containment reference list. The list contents are of type LayoutOption.

If the meaning of the 'Layout Options' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Layout Options' containment reference list.
See Also:
ServiceDataPackage.getServiceData_LayoutOptions()
Generated:
This code was automatically generated.
Model element:
containment=true

getCategories

EList<Category> getCategories()
Returns the value of the 'Categories' containment reference list. The list contents are of type Category.

If the meaning of the 'Categories' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Categories' containment reference list.
See Also:
ServiceDataPackage.getServiceData_Categories()
Generated:
This code was automatically generated.
Model element:
containment=true

getVersion

String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), ServiceDataPackage.getServiceData_Version()
Generated:
This code was automatically generated.
Model element

setVersion

void setVersion(String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()
Generated:
This code was automatically generated.

getSupportedFormats

EList<SupportedFormat> getSupportedFormats()
Returns the value of the 'Supported Formats' containment reference list. The list contents are of type SupportedFormat.

If the meaning of the 'Supported Formats' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Supported Formats' containment reference list.
See Also:
ServiceDataPackage.getServiceData_SupportedFormats()
Generated:
This code was automatically generated.
Model element:
containment=true