org.eclipse.emf.test.models.ext
Interface ExtE

All Superinterfaces:
E, EObject, Notifier
All Known Implementing Classes:
ExtEImpl

public interface ExtE
extends E

A representation of the model object 'E'.

The following features are supported:

See Also:
ExtPackage.getExtE()

Method Summary
 EList<F> getF()
          Returns the value of the 'F' containment reference list.
 int getValue()
          Returns the value of the 'Value' attribute
 void setValue(int value)
          Sets the value of the 'Value' attribute
 
Methods inherited from interface org.eclipse.emf.test.models.ref.E
getD, getIds, getLabels, getName, setName
 
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

int getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(int), ExtPackage.getExtE_Value()

setValue

void setValue(int value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getF

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

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

Returns:
the value of the 'F' containment reference list.
See Also:
ExtPackage.getExtE_F(), F.getE()

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