Class Variable


  • public class Variable
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Variable()  
    • Constructor Detail

      • Variable

        public Variable()
    • Method Detail

      • setIsList

        public void setIsList​(boolean isList)
      • isList

        public boolean isList()
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • withName

        public Variable withName​(java.lang.String name)
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)
      • withValue

        public Variable withValue​(java.lang.Object value)