org.eclipse.emf.java
Interface JInitializer

All Superinterfaces:
EObject, JMember, JModelElement, Notifier
All Known Implementing Classes:
JInitializerImpl

public interface JInitializer
extends JMember

A representation of the model object 'JInitializer'.

The following features are supported:

See Also:
JavaPackage.getJInitializer()

Method Summary
 java.lang.String getBody()
          Returns the value of the 'Body' attribute
 void setBody(java.lang.String value)
          Sets the value of the 'Body' attribute
 
Methods inherited from interface org.eclipse.emf.java.JMember
getComment, getContainingType, getVisibility, isStatic, setComment, setContainingType, setStatic, setVisibility
 
Methods inherited from interface org.eclipse.emf.java.JModelElement
getJNode, getName, getQualifiedName, setJNode, setName
 
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

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

Returns:
the value of the 'Body' attribute.
See Also:
setBody(String), JavaPackage.getJInitializer_Body()

setBody

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

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

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.