org.eclipse.emf.ecp.view.keyattribute.test.example
Interface KeyContainer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
KeyContainerImpl

public interface KeyContainer
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Key Container'.

The following features are supported:

See Also:
ExamplePackage.getKeyContainer()

Method Summary
 String getKey()
          Returns the value of the 'Key' 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, eInvoke, 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.

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

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String), ExamplePackage.getKeyContainer_Key()

setKey

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

Parameters:
value - the new value of the 'Key' attribute.
See Also:
getKey()


Copyright © 2015. All Rights Reserved.