Class Properties.Value

    • Field Summary

      Fields 
      Modifier and Type Field Description
      char type
      Read-only property, which identifies the value type
      java.lang.String typeStr
      The full name of the type.
    • Constructor Summary

      Constructors 
      Constructor Description
      Value()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • type

        public char type
        Read-only property, which identifies the value type
      • typeStr

        public java.lang.String typeStr
        The full name of the type.
    • Constructor Detail

      • Value

        public Value()
    • Method Detail

      • toString

        public abstract java.lang.String toString()
        Overrides:
        toString in class java.lang.Object