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

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

public interface KnownOption
extends EObject

A representation of the model object 'Known Option'.

The following features are supported:

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

Method Summary
 String getDefault()
          Returns the value of the 'Default' attribute.
 LayoutOption getOption()
          Returns the value of the 'Option' reference.
 void setDefault(String value)
          Sets the value of the 'Default' attribute.
 void setOption(LayoutOption value)
          Sets the value of the 'Option' reference.
 
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

getDefault

String getDefault()
Returns the value of the 'Default' attribute.

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

Returns:
the value of the 'Default' attribute.
See Also:
setDefault(String), ServiceDataPackage.getKnownOption_Default()
Generated:
This code was automatically generated.
Model element

setDefault

void setDefault(String value)
Sets the value of the 'Default' attribute.

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

getOption

LayoutOption getOption()
Returns the value of the 'Option' reference.

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

Returns:
the value of the 'Option' reference.
See Also:
setOption(LayoutOption), ServiceDataPackage.getKnownOption_Option()
Generated:
This code was automatically generated.
Model element:
required=true

setOption

void setOption(LayoutOption value)
Sets the value of the 'Option' reference.

Parameters:
value - the new value of the 'Option' reference.
See Also:
getOption()
Generated:
This code was automatically generated.