blob: b588bc59e3b158dfa0fb5f9ea354cc40748c0924 [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>Fully Qualified Class Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The elements that use this type designate the name of a
* Java class or interface. The name is in the form of a
* "binary name", as defined in the JLS. This is the form
* of name used in Class.forName(). Tools that need the
* canonical name (the name used in source code) will need
* to convert this binary name to the canonical name.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp25.Webapp25Package#getFullyQualifiedClassType()
* @model extendedMetaData="name='fully-qualified-classType' kind='simple'"
* @generated
*/
public interface FullyQualifiedClassType extends org.eclipse.modisco.jee.webapp.webapp25.String {
} // FullyQualifiedClassType