Package oms3.dsl

Class Param

    • Constructor Detail

    • Method Detail

      • getStrategy

        public String getStrategy()
      • setStrategy

        public void setStrategy​(String strategy)
      • getLower

        public double getLower()
      • getUpper

        public double getUpper()
      • setLower

        public void setLower​(double lower)
      • setUpper

        public void setUpper​(double upper)
      • getName

        public String getName()
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • call

        public void call​(Object value)
      • create

        public Buildable create​(Object name,
                                Object value)
        Description copied from interface: Buildable
        Create a node.
        Specified by:
        create in interface Buildable
        Parameters:
        name - the node name
        value - the value
        Returns:
        a new Subnode