de.cau.cs.kieler.kiml.layout.klayoutdata
Interface KOption

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
KBooleanOption, KFloatOption, KIntOption, KObjectOption, KStringOption
All Known Implementing Classes:
KBooleanOptionImpl, KFloatOptionImpl, KIntOptionImpl, KObjectOptionImpl, KOptionImpl, KStringOptionImpl

public interface KOption
extends EObject

A representation of the model object 'KOption'.

The following features are supported:

See Also:
KLayoutDataPackage.getKOption()
Rating red
Generated:
This code was automatically generated.
Model element:
abstract=true

Method Summary
 String getKey()
          Returns the value of the 'Key' attribute.
 boolean isDefault()
          Returns the value of the 'Default' attribute.
 void setDefault(boolean value)
          Sets the value of the 'Default' attribute.
 void setKey(String value)
          Sets the value of the 'Key' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getKey

String getKey()
Returns the value of the 'Key' attribute.

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String), KLayoutDataPackage.getKOption_Key()
Generated:
This code was automatically generated.
Model element

setKey

void setKey(String value)
Sets the value of the 'Key' attribute.

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

isDefault

boolean isDefault()
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(boolean), KLayoutDataPackage.getKOption_Default()
Generated:
This code was automatically generated.
Model element

setDefault

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

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