org.eclipse.jst.j2ee.webapplication
Interface ServletType

All Superinterfaces:
J2EEEObject, 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
 

Method Detail

getClassName

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

setClassName

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