Class JavaInterface
java.lang.Object
com.sun.tools.ws.processor.model.java.JavaInterface
- Author:
- WS Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInterface(String interfaceName) voidaddMethod(JavaMethod method) getImpl()getName()booleanhasInterface(String interfaceName) booleanhasMethod(JavaMethod method) voidvoidvoidvoidsetJavaDoc(String javadoc) voidvoid
-
Constructor Details
-
JavaInterface
public JavaInterface() -
JavaInterface
-
JavaInterface
-
-
Method Details
-
getName
-
getFormalName
-
setFormalName
-
getRealName
-
setRealName
-
getImpl
-
setImpl
-
getMethods
-
hasMethod
-
addMethod
-
getMethodsList
-
setMethodsList
-
hasInterface
-
addInterface
-
getInterfaces
-
getInterfacesList
-
setInterfacesList
-
getSimpleName
-
getJavaDoc
-
setJavaDoc
-