Class Primitives.StringVariable

    • Constructor Summary

      Constructors 
      Constructor Description
      StringVariable​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String evaluate()  
      java.lang.String getName()  
      java.lang.String getValue()  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringVariable

        public StringVariable​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)