blob: cd69c26be1a2976bafcd089b3d4d6178763044eb [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2002-2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*
* </copyright>
*
* $Id: JInitializer.java,v 1.1 2009/07/28 19:12:19 mparker Exp $
*/
package org.eclipse.emf.java;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>JInitializer</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.emf.java.JInitializer#getBody <em>Body</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.emf.java.JavaPackage#getJInitializer()
* @model
* @generated
*/
public interface JInitializer extends JMember
{
/**
* Returns the value of the '<em><b>Body</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Body</em>' attribute.
* @see #setBody(String)
* @see org.eclipse.emf.java.JavaPackage#getJInitializer_Body()
* @model
* @generated
*/
String getBody();
/**
* Sets the value of the '{@link org.eclipse.emf.java.JInitializer#getBody <em>Body</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Body</em>' attribute.
* @see #getBody()
* @generated
*/
void setBody(String value);
} // JInitializer