org.jinterop.dcom.core
Class JIUnsignedByte

java.lang.Object
  extended by org.jinterop.dcom.core.JIUnsignedByte
All Implemented Interfaces:
IJIUnsigned

public final class JIUnsignedByte
extends java.lang.Object
implements IJIUnsigned

Class representing the unsigned c++ byte.

Since:
1.15(b)

Method Summary
 int getType()
          Returns the unsigned type (byte,short,int).
 java.lang.Number getValue()
          Returns the number represented by this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public int getType()
Description copied from interface: IJIUnsigned
Returns the unsigned type (byte,short,int).

Specified by:
getType in interface IJIUnsigned
Returns:
JIFlags.FLAG_REPRESENTATION_UNSIGNED_BYTE or JIFlags.FLAG_REPRESENTATION_UNSIGNED_SHORT or JIFlags.FLAG_REPRESENTATION_UNSIGNED_INT

getValue

public java.lang.Number getValue()
Description copied from interface: IJIUnsigned
Returns the number represented by this object.

Specified by:
getValue in interface IJIUnsigned
Returns:
value