blob: c2bd91045e2574fc0b895566dd9e37abbc6cfeb4 [file] [log] [blame]
/*
* Copyright (c) 2005, 2006 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
*
* $Id: GenPackage.java,v 1.3 2006/12/14 15:45:13 khussey Exp $
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Gen Package</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.uml2.codegen.ecore.genmodel.GenPackage#isResourceInterfaces <em>Resource Interfaces</em>}</li>
* <li>{@link org.eclipse.uml2.codegen.ecore.genmodel.GenPackage#getOperationsPackage <em>Operations Package</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.uml2.codegen.ecore.genmodel.GenModelPackage#getGenPackage()
* @model
* @generated
*/
public interface GenPackage
extends org.eclipse.emf.codegen.ecore.genmodel.GenPackage, GenBase {
/**
* Returns the value of the '<em><b>Resource Interfaces</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Resource Interfaces</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Resource Interfaces</em>' attribute.
* @see #setResourceInterfaces(boolean)
* @see org.eclipse.uml2.codegen.ecore.genmodel.GenModelPackage#getGenPackage_ResourceInterfaces()
* @model
* @generated
*/
boolean isResourceInterfaces();
/**
* Sets the value of the '{@link org.eclipse.uml2.codegen.ecore.genmodel.GenPackage#isResourceInterfaces <em>Resource Interfaces</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Resource Interfaces</em>' attribute.
* @see #isResourceInterfaces()
* @generated
*/
void setResourceInterfaces(boolean value);
/**
* Returns the value of the '<em><b>Operations Package</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Operations Package</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Operations Package</em>' attribute.
* @see #setOperationsPackage(String)
* @see org.eclipse.uml2.codegen.ecore.genmodel.GenModelPackage#getGenPackage_OperationsPackage()
* @model
* @generated
*/
String getOperationsPackage();
/**
* Sets the value of the '{@link org.eclipse.uml2.codegen.ecore.genmodel.GenPackage#getOperationsPackage <em>Operations Package</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Operations Package</em>' attribute.
* @see #getOperationsPackage()
* @generated
*/
void setOperationsPackage(String value);
String getOperationsPackageName();
boolean isOperationsClasses();
String getResourceInterfaceName();
String getQualifiedResourceInterfaceName();
String getImportedResourceInterfaceName();
String getImportedResourceBaseInterfaceName();
String getImportedResourceFactoryInterfaceName();
String getImportedResourceFactoryBaseInterfaceName();
boolean isXMLResource();
} // GenPackage