Generation Framework

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:

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, 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:
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 **

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.