Class ParamNode

  • All Implemented Interfaces:
    IParamNode

    class ParamNode
    extends java.lang.Object
    implements IParamNode
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String _description  
      private java.lang.String _name  
      private java.lang.String _type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParamNode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getName()  
      java.lang.String getType()  
      void setDescription​(java.lang.String value)  
      void setName​(java.lang.String name)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

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

      • _description

        private java.lang.String _description
      • _name

        private java.lang.String _name
      • _type

        private java.lang.String _type
    • Constructor Detail

      • ParamNode

        ParamNode()
    • Method Detail

      • setDescription

        public void setDescription​(java.lang.String value)
        Specified by:
        setDescription in interface IParamNode
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface IParamNode
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface IParamNode
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface IParamNode
      • setType

        public void setType​(java.lang.String type)
        Specified by:
        setType in interface IParamNode