org.eclipse.emf.test.models.ref
Interface E

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
ExtE
All Known Implementing Classes:
EImpl, ExtEImpl

public interface E
extends EObject

A representation of the model object 'E'.

The following features are supported:

See Also:
RefPackage.getE()

Method Summary
 EList<D> getD()
          Returns the value of the 'D' reference list.
 EList<java.lang.String> getIds()
          Returns the value of the 'Ids' attribute list.
 EList<java.lang.String> getLabels()
          Returns the value of the 'Labels' attribute list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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

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), RefPackage.getE_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()

getIds

EList<java.lang.String> getIds()
Returns the value of the 'Ids' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Ids' attribute list.
See Also:
RefPackage.getE_Ids()

getLabels

EList<java.lang.String> getLabels()
Returns the value of the 'Labels' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Labels' attribute list.
See Also:
RefPackage.getE_Labels()

getD

EList<D> getD()
Returns the value of the 'D' reference list. The list contents are of type D. It is bidirectional and its opposite is 'E'.

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

Returns:
the value of the 'D' reference list.
See Also:
RefPackage.getE_D(), D.getE()

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