Class JavaMethod


  • public class JavaMethod
    extends Object
    Author:
    WS Development Team
    • Method Detail

      • getName

        public String getName()
      • getReturnType

        public JavaType getReturnType()
      • setReturnType

        public void setReturnType​(JavaType returnType)
      • addParameter

        public void addParameter​(JavaParameter param)
      • addException

        public void addException​(String exception)
      • getExceptions

        public Iterator<String> getExceptions()
        TODO: NB uses it, remove it once we expose it thru some API