Interface IMethodInfo

    • Method Detail

      • getReturnType

        IType getReturnType()
      • getReturnDescription

        java.lang.String getReturnDescription()
      • getName

        java.lang.String getName()
        Description copied from interface: IFeatureInfo
        Gets the programmatic name or identifier of this feature. Note this name should follow Java identifier naming conventions (alpha-num and underscores, but can't start with a digit).
        Specified by:
        getName in interface IFeatureInfo