org.eclipse.emf.ecp.ui.view.editor.test.model.test
Interface Component

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Composite
All Known Implementing Classes:
ComponentImpl, CompositeImpl

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

A representation of the model object 'Component'.

The following features are supported:

See Also:
TestPackage.getComponent()

Method Summary
 Component2 getComponent()
          Returns the value of the 'Component' containment reference.
 void setComponent(Component2 value)
          Sets the value of the 'Component' 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

getComponent

Component2 getComponent()
Returns the value of the 'Component' containment reference.

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

Returns:
the value of the 'Component' containment reference.
See Also:
setComponent(Component2), TestPackage.getComponent_Component()

setComponent

void setComponent(Component2 value)
Sets the value of the 'Component' containment reference.

Parameters:
value - the new value of the 'Component' containment reference.
See Also:
getComponent()


Copyright © 2015. All Rights Reserved.