com.sun.tools.ws.processor.model.java
Class JavaInterface
java.lang.Object
com.sun.tools.ws.processor.model.java.JavaInterface
public class JavaInterface
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaInterface
public JavaInterface()
JavaInterface
public JavaInterface(String name)
JavaInterface
public JavaInterface(String name,
String impl)
getName
public String getName()
getFormalName
public String getFormalName()
setFormalName
public void setFormalName(String s)
getRealName
public String getRealName()
setRealName
public void setRealName(String s)
getImpl
public String getImpl()
setImpl
public void setImpl(String s)
getMethods
public Iterator getMethods()
hasMethod
public boolean hasMethod(JavaMethod method)
addMethod
public void addMethod(JavaMethod method)
getMethodsList
public List getMethodsList()
setMethodsList
public void setMethodsList(List l)
hasInterface
public boolean hasInterface(String interfaceName)
addInterface
public void addInterface(String interfaceName)
getInterfaces
public Iterator getInterfaces()
getInterfacesList
public List getInterfacesList()
setInterfacesList
public void setInterfacesList(List l)
getSimpleName
public String getSimpleName()
getJavaDoc
public String getJavaDoc()
setJavaDoc
public void setJavaDoc(String javadoc)