blob: 652f19a07563e5eb148b4a68652bbe21d24ae3b5 [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.webapp.webapp25;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Jndi Name Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The jndi-nameType type designates a JNDI name in the
* Deployment Component's environment and is relative to the
* java:comp/env context. A JNDI name must be unique within the
* Deployment Component.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp25.Webapp25Package#getJndiNameType()
* @model extendedMetaData="name='jndi-nameType' kind='simple'"
* @generated
*/
public interface JndiNameType extends org.eclipse.modisco.jee.webapp.webapp25.String {
} // JndiNameType