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

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

public interface SupportedFormat
extends EObject

A representation of the model object 'Supported Format'.

The following features are supported:

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

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 String getId()
          Returns the value of the 'Id' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 void setName(String value)
          Sets the value of the 'Name' 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

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), ServiceDataPackage.getSupportedFormat_Id()
Generated:
This code was automatically generated.
Model element

setId

void setId(String value)
Sets the value of the 'Id' attribute.

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

getDescription

String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ServiceDataPackage.getSupportedFormat_Description()
Generated:
This code was automatically generated.
Model element

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

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

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ServiceDataPackage.getSupportedFormat_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

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