org.eclipse.emf.test.models.tree
Interface Data

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

public interface Data
extends EObject

A representation of the model object 'Data'.

The following features are supported:

See Also:
TreePackage.getData()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 Node getNode()
          Returns the value of the 'Node' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setNode(Node value)
          Sets the value of the 'Node' 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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), TreePackage.getData_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getNode

Node getNode()
Returns the value of the 'Node' reference. It is bidirectional and its opposite is 'Data'.

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

Returns:
the value of the 'Node' reference.
See Also:
setNode(Node), TreePackage.getData_Node(), Node.getData()

setNode

void setNode(Node value)
Sets the value of the 'Node' reference.

Parameters:
value - the new value of the 'Node' reference.
See Also:
getNode()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.