org.eclipse.emf.test.databinding.emfdb
Interface A

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

public interface A
extends EObject

A representation of the model object 'A'.

The following features are supported:

See Also:
EmfdbPackage.getA()

Method Summary
 EList<B> getBlist()
          Returns the value of the 'Blist' containment reference list.
 java.lang.String getString()
          Returns the value of the 'String' attribute
 void setString(java.lang.String value)
          Sets the value of the 'String' 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

getString

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

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

Returns:
the value of the 'String' attribute.
See Also:
setString(String), EmfdbPackage.getA_String()

setString

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

Parameters:
value - the new value of the 'String' attribute.
See Also:
getString()

getBlist

EList<B> getBlist()
Returns the value of the 'Blist' containment reference list. The list contents are of type B.

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

Returns:
the value of the 'Blist' containment reference list.
See Also:
EmfdbPackage.getA_Blist()

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