|
|
|
|
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:
-
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
|
getAccessor
java.lang.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:
- required="true"
setAccessor
void setAccessor(java.lang.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:
- 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 **
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|
|