org.eclipse.gmf.codegen.gmfgen
Interface SnippetViewmap

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

public interface SnippetViewmap
extends Viewmap

A representation of the model object 'Snippet Viewmap'.

The following features are supported:

See Also:
GMFGenPackage.getSnippetViewmap()
Generated
Model Properties:

Method Summary
 String getBody()
          Returns the value of the 'Body' attribute.
 void setBody(String value)
          Sets the value of the 'Body' attribute.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.Viewmap
find, getAttributes, getLayoutType, getRequiredPluginIDs, setLayoutType
 
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

getBody

String getBody()
Returns the value of the 'Body' attribute.

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

Returns:
the value of the 'Body' attribute.
See Also:
setBody(String), GMFGenPackage.getSnippetViewmap_Body()
Generated
Model Properties:

setBody

void setBody(String value)
Sets the value of the 'Body' attribute.

Parameters:
value - the new value of the 'Body' attribute.
See Also:
getBody()
Generated


Copyright © 2012. All Rights Reserved.