Class RawValue


  • public final class RawValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RawValue​(int dataType, int data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getData()  
      int getDataType()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • RawValue

        public RawValue​(int dataType,
                        int data)
    • Method Detail

      • getDataType

        public int getDataType()
      • getData

        public int getData()
      • toString

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