A C D F G I J O P R S U V W

I

IAnnotationAttributeInitializer - Interface in org.eclipse.jst.ws.annotations.core.initialization
Base interface for annotation attribute initializers.
isAnnotationPresent(IJavaElement, Annotation) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Checks if the given Annotation is present on the IJavaElement.
isAnnotationPresent(IJavaElement, String) - Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
Checks if the annotation with the given name is present on the IJavaElement.
isClassOnly() - Method in class org.eclipse.jst.ws.annotations.core.AnnotationDefinition
Returns whether the annotation is restricted to class types.
isEnumOnly() - Method in class org.eclipse.jst.ws.annotations.core.AnnotationDefinition
Returns whether the annotation is restricted to enum types.
isInterfaceOnly() - Method in class org.eclipse.jst.ws.annotations.core.AnnotationDefinition
Returns whether the annotation is restricted to interface types.
isJavaProject(IProject) - Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
Returns whether the given project has the java nature.
isPublicMethod(IMethod) - Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
Returns true if the given method isn't a main method or constructor and if it has the public modifier.
isValidWSDLFileName(String) - Static method in class org.eclipse.jst.ws.jaxws.core.utils.WSDLUtils
Returns true if the given file name contains Alphanumeric characters, underscore '_', dashes '-' and ends with the '.wsdl' extension.

A C D F G I J O P R S U V W