org.eclipse.gmf.gmfgraph
Interface FigureAccessor

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

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

A representation of the model object 'Figure Accessor'.

The following features are supported:

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

Method Summary
 String getAccessor()
          Returns the value of the 'Accessor' attribute.
 RealFigure getTypedFigure()
          Returns the value of the 'Typed Figure' containment reference.
 void setAccessor(String value)
          Sets the value of the 'Accessor' attribute.
 void setTypedFigure(RealFigure value)
          Sets the value of the 'Typed Figure' 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

getAccessor

String getAccessor()
Returns the value of the 'Accessor' attribute.

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

Returns:
the value of the 'Accessor' attribute.
See Also:
setAccessor(String), GMFGraphPackage.getFigureAccessor_Accessor()
Generated
Model Properties:
required="true"

setAccessor

void setAccessor(String value)
Sets the value of the 'Accessor' attribute.

Parameters:
value - the new value of the 'Accessor' attribute.
See Also:
getAccessor()
Generated

getTypedFigure

RealFigure getTypedFigure()
Returns the value of the 'Typed Figure' containment reference.

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

Returns:
the value of the 'Typed Figure' containment reference.
See Also:
setTypedFigure(RealFigure), GMFGraphPackage.getFigureAccessor_TypedFigure()
Generated
Model Properties:
containment="true" required="true"

setTypedFigure

void setTypedFigure(RealFigure value)
Sets the value of the 'Typed Figure' containment reference.

Parameters:
value - the new value of the 'Typed Figure' containment reference.
See Also:
getTypedFigure()
Generated


Copyright © 2012. All Rights Reserved.