blob: 9f614ec0c1c178e9c477619242bbb8e8946cf2c5 [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>Env Entry Type Values Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <![CDATA[
*
* This type contains the fully-qualified Java type of the
* environment entry value that is expected by the
* application's code.
*
* The following are the legal values of env-entry-type-valuesType:
*
* java.lang.Boolean
* java.lang.Byte
* java.lang.Character
* java.lang.String
* java.lang.Short
* java.lang.Integer
* java.lang.Long
* java.lang.Float
* java.lang.Double
*
* Example:
*
* <env-entry-type>java.lang.Boolean</env-entry-type>
*
* ]]>
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp25.Webapp25Package#getEnvEntryTypeValuesType()
* @model extendedMetaData="name='env-entry-type-valuesType' kind='simple'"
* @generated
*/
public interface EnvEntryTypeValuesType extends org.eclipse.modisco.jee.webapp.webapp25.String {
} // EnvEntryTypeValuesType