Class ValueImpl

  • All Implemented Interfaces:
    Value

    public class ValueImpl
    extends java.lang.Object
    implements Value
    • Constructor Detail

      • ValueImpl

        public ValueImpl​(java.lang.String value,
                         AutomaticCounter counter)
    • Method Detail

      • toString

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

        public java.lang.String asString()
        Specified by:
        asString in interface Value
      • asBoolean

        public boolean asBoolean()
        Specified by:
        asBoolean in interface Value
      • asInt

        public int asInt()
        Specified by:
        asInt in interface Value
      • asDouble

        public double asDouble()
        Specified by:
        asDouble in interface Value
      • asFontStyle

        public int asFontStyle()
        Specified by:
        asFontStyle in interface Value
      • getPriority

        public int getPriority()
        Specified by:
        getPriority in interface Value