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

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

public interface SupportedDiagram
extends EObject

A representation of the model object 'Supported Diagram'.

The following features are supported:

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

Method Summary
 int getPriority()
          Returns the value of the 'Priority' attribute.
 String getType()
          Returns the value of the 'Type' attribute.
 void setPriority(int value)
          Sets the value of the 'Priority' attribute.
 void setType(String value)
          Sets the value of the 'Type' 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

getType

String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), ServiceDataPackage.getSupportedDiagram_Type()
Generated:
This code was automatically generated.
Model element:
required=true

setType

void setType(String value)
Sets the value of the 'Type' attribute.

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

getPriority

int getPriority()
Returns the value of the 'Priority' attribute.

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

Returns:
the value of the 'Priority' attribute.
See Also:
setPriority(int), ServiceDataPackage.getSupportedDiagram_Priority()
Generated:
This code was automatically generated.
Model element

setPriority

void setPriority(int value)
Sets the value of the 'Priority' attribute.

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