de.cau.cs.kieler.kiml.klayoutdata
Interface KObjectOption

All Superinterfaces:
EObject, KOption, Notifier
All Known Implementing Classes:
KObjectOptionImpl

public interface KObjectOption
extends KOption

A representation of the model object 'KObject Option'.

The following features are supported:

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

Method Summary
 EObject getValue()
          Returns the value of the 'Value' containment reference.
 void setValue(EObject value)
          Sets the value of the 'Value' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.kiml.klayoutdata.KOption
getKey, isDefault, setDefault, setKey
 
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

getValue

EObject getValue()
Returns the value of the 'Value' containment reference.

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(EObject), KLayoutDataPackage.getKObjectOption_Value()
Generated:
This code was automatically generated.
Model element:
containment=true
required=true

setValue

void setValue(EObject value)
Sets the value of the 'Value' containment reference.

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