Class IntValue

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    FetchModeValue

    public class IntValue
    extends Value
    An int Value.
    Author:
    Marc Prud'hommeaux
    • Constructor Detail

      • IntValue

        public IntValue​(java.lang.String prop)
    • Method Detail

      • getValueType

        public java.lang.Class<java.lang.Integer> getValueType()
        Description copied from class: Value
        Returns the type of the property that this Value represents.
        Specified by:
        getValueType in class Value
      • set

        public void set​(int value)
        The internal value.
      • get

        public java.lang.Integer get()
        The internal value.
        Specified by:
        get in class Value
      • getInternalString

        protected java.lang.String getInternalString()
        Description copied from class: Value
        Return the internal string form of this value.
        Specified by:
        getInternalString in class Value
      • setInternalString

        protected void setInternalString​(java.lang.String val)
        Description copied from class: Value
        Set this value from the given string.
        Specified by:
        setInternalString in class Value
      • setInternalObject

        protected void setInternalObject​(java.lang.Object obj)
        Description copied from class: Value
        Set this value from an object.
        Specified by:
        setInternalObject in class Value