Class MethodType


  • public class MethodType
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassname()
      Gets the value of the classname property.
      java.lang.String getIsStatic()
      Gets the value of the isStatic property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getRole()
      Gets the value of the role property.
      java.lang.String getSignature()
      Gets the value of the signature property.
      SourceLineType getSourceLine()
      Gets the value of the sourceLine property.
      void setClassname​(java.lang.String value)
      Sets the value of the classname property.
      void setIsStatic​(java.lang.String value)
      Sets the value of the isStatic property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setRole​(java.lang.String value)
      Sets the value of the role property.
      void setSignature​(java.lang.String value)
      Sets the value of the signature property.
      void setSourceLine​(SourceLineType value)
      Sets the value of the sourceLine property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • classname

        protected java.lang.String classname
      • name

        protected java.lang.String name
      • signature

        protected java.lang.String signature
      • isStatic

        protected java.lang.String isStatic
      • role

        protected java.lang.String role
    • Constructor Detail

      • MethodType

        public MethodType()
    • Method Detail

      • getSourceLine

        public SourceLineType getSourceLine()
        Gets the value of the sourceLine property.
        Returns:
        possible object is SourceLineType
      • setSourceLine

        public void setSourceLine​(SourceLineType value)
        Sets the value of the sourceLine property.
        Parameters:
        value - allowed object is SourceLineType
      • getClassname

        public java.lang.String getClassname()
        Gets the value of the classname property.
        Returns:
        possible object is String
      • setClassname

        public void setClassname​(java.lang.String value)
        Sets the value of the classname property.
        Parameters:
        value - allowed object is String
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getSignature

        public java.lang.String getSignature()
        Gets the value of the signature property.
        Returns:
        possible object is String
      • setSignature

        public void setSignature​(java.lang.String value)
        Sets the value of the signature property.
        Parameters:
        value - allowed object is String
      • getIsStatic

        public java.lang.String getIsStatic()
        Gets the value of the isStatic property.
        Returns:
        possible object is String
      • setIsStatic

        public void setIsStatic​(java.lang.String value)
        Sets the value of the isStatic property.
        Parameters:
        value - allowed object is String
      • getRole

        public java.lang.String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(java.lang.String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String