org.eclipse.emf.ecp.view.dynamictree.model
Interface DomainIntermediate

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

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

A representation of the model object 'Domain Intermediate'.

The following features are supported:

See Also:
ModelPackage.getDomainIntermediate()

Method Summary
 TestElementContainer getTestElementContainer()
          Returns the value of the 'Test Element Container' containment reference.
 void setTestElementContainer(TestElementContainer value)
          Sets the value of the 'Test Element Container' containment 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

getTestElementContainer

TestElementContainer getTestElementContainer()
Returns the value of the 'Test Element Container' containment reference.

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

Returns:
the value of the 'Test Element Container' containment reference.
See Also:
setTestElementContainer(TestElementContainer), ModelPackage.getDomainIntermediate_TestElementContainer()

setTestElementContainer

void setTestElementContainer(TestElementContainer value)
Sets the value of the 'Test Element Container' containment reference.

Parameters:
value - the new value of the 'Test Element Container' containment reference.
See Also:
getTestElementContainer()


Copyright © 2014. All Rights Reserved.