Class RowField

    • Constructor Detail

      • RowField

        public RowField​(Object value,
                        char type)
        Creates a new RowField instance.
        Parameters:
        value - an Object value
        type - a char value
    • Method Detail

      • toString

        public String toString()
        Method toString is used to perform
        Overrides:
        toString in class Object
        Returns:
        a String value
      • equals

        public boolean equals​(Object obj)
        Method equals is used to perform
        Overrides:
        equals in class Object
        Parameters:
        obj - an Object value
        Returns:
        a boolean value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getType

        public char getType()
        Method getType is used to perform
        Returns:
        a char value
      • getValue

        public Object getValue()
        Method getValue is used to perform
        Returns:
        an Object value
      • intValue

        public int intValue()
        Specified by:
        intValue in class Number
      • longValue

        public long longValue()
        Specified by:
        longValue in class Number
      • byteValue

        public byte byteValue()
        Overrides:
        byteValue in class Number
      • shortValue

        public short shortValue()
        Overrides:
        shortValue in class Number
      • floatValue

        public float floatValue()
        Specified by:
        floatValue in class Number
      • doubleValue

        public double doubleValue()
        Specified by:
        doubleValue in class Number