org.eclipse.gmf.gmfgraph
Interface LayoutRef

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

public interface LayoutRef
extends Layout

A representation of the model object 'Layout Ref'. Layout reuse mechanism

The following features are supported:

See Also:
GMFGraphPackage.getLayoutRef()
Generated
Model Properties:

Method Summary
 Layout getActual()
          Returns the value of the 'Actual' reference.
 void setActual(Layout value)
          Sets the value of the 'Actual' 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

getActual

Layout getActual()
Returns the value of the 'Actual' reference. constraint: actual should not be another LayoutRef

Returns:
the value of the 'Actual' reference.
See Also:
setActual(Layout), GMFGraphPackage.getLayoutRef_Actual()
Generated
Model Properties:
required="true"

setActual

void setActual(Layout value)
Sets the value of the 'Actual' reference.

Parameters:
value - the new value of the 'Actual' reference.
See Also:
getActual()
Generated


Copyright © 2012. All Rights Reserved.