org.eclipse.jst.j2ee.webapplication
Interface ServletType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier, WebType

public interface ServletType
extends WebType

Since:
1.0

Method Summary
 java.lang.String getClassName()
           
 void setClassName(java.lang.String value)
           
 
Methods inherited from interface org.eclipse.jst.j2ee.webapplication.WebType
isJspType, isServletType
 
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

getClassName

java.lang.String getClassName()
Returns:
The value of the ClassName attribute

setClassName

void setClassName(java.lang.String value)
Parameters:
value - The new value of the ClassName attribute