类 ManagedOperationParameter

    • 方法详细资料

      • setIndex

        public void setIndex​(int index)
        Set the index of this parameter in the operation signature.
      • getIndex

        public int getIndex()
        Return the index of this parameter in the operation signature.
      • setName

        public void setName​(String name)
        Set the name of this parameter in the operation signature.
      • getName

        public String getName()
        Return the name of this parameter in the operation signature.
      • setDescription

        public void setDescription​(String description)
        Set a description for this parameter.