/******************************************************************************* * Copyright (c) 2009 Oracle. * 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: * Oracle - initial API and implementation *******************************************************************************/ package org.eclipse.jpt.core.resource.orm.v2_0; import org.eclipse.jpt.core.resource.xml.JpaEObject; /** * * A representation of the model object 'Xml Query Hint 20'. * * *

* The following features are supported: *

*

* * @see org.eclipse.jpt.core.resource.orm.v2_0.OrmV2_0Package#getXmlQueryHint_2_0() * @model kind="class" interface="true" abstract="true" * @extends JpaEObject * @generated */ public interface XmlQueryHint_2_0 extends JpaEObject { /** * Returns the value of the 'Description' attribute. * *

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

* * @return the value of the 'Description' attribute. * @see #setDescription(String) * @see org.eclipse.jpt.core.resource.orm.v2_0.OrmV2_0Package#getXmlQueryHint_2_0_Description() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.eclipse.jpt.core.resource.orm.v2_0.XmlQueryHint_2_0#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #getDescription() * @generated */ void setDescription(String value); } // XmlQueryHint_2_0