Interface JavaMethod

  • All Superinterfaces:
    JavaHasAnnotations
    All Known Implementing Classes:
    JavaMethodImpl, OXMJavaMethodImpl

    public interface JavaMethod
    extends JavaHasAnnotations
    INTERNAL:

    Purpose:A TopLink JAXB 2.0 Java model representation of a JDK Method.

    Responsibilities:

    • Provide information about a given implementations underlying method, such as name, parameters, modifiers, annotations, etc.
    Since:
    Oracle TopLink 11.1.1.0.0
    See Also:
    JavaHasAnnotations, Method
    • Method Detail

      • getModifiers

        int getModifiers()
      • getName

        java.lang.String getName()
      • getParameterTypes

        JavaClass[] getParameterTypes()
      • isAbstract

        boolean isAbstract()
      • isFinal

        boolean isFinal()
      • isPrivate

        boolean isPrivate()
      • isProtected

        boolean isProtected()
      • isPublic

        boolean isPublic()
      • isStatic

        boolean isStatic()
      • isSynthetic

        boolean isSynthetic()
      • isBridge

        boolean isBridge()