Class ArgTag

    • Constructor Detail

      • ArgTag

        public ArgTag()
    • Method Detail

      • setType

        public void setType​(String type)
        The name of the argument class or type, if any. This may be a fully specified class name or a primitive type name (boolean, int, double, etc.).
      • setValue

        public void setValue​(Object value)
        The (possibly null) value of this argument.