org.eclipse.jst.j2ee.webapplication
Interface WebType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
JSPType, ServletType

public interface WebType
extends J2EEEObject

Since:
1.0

Method Summary
 boolean isJspType()
          Returns true if the type denotes a JSP
 boolean isServletType()
          Returns true if the type denotes a servlet
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isJspType

boolean isJspType()
Returns true if the type denotes a JSP

Returns:
boolean value

isServletType

boolean isServletType()
Returns true if the type denotes a servlet

Returns:
boolean value