org.jinterop.dcom.core
Interface IJIUnsigned

All Known Implementing Classes:
JIUnsignedByte, JIUnsignedInteger, JIUnsignedShort

public interface IJIUnsigned

Java representation of a C++ unsigned number. An unsigned number can be obtained by using JIUnsignedFactory.getUnsigned(Number, int).

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.
 

Method Detail

getType

int getType()
Returns the unsigned type (byte,short,int).

Returns:
JIFlags.FLAG_REPRESENTATION_UNSIGNED_BYTE or JIFlags.FLAG_REPRESENTATION_UNSIGNED_SHORT or JIFlags.FLAG_REPRESENTATION_UNSIGNED_INT

getValue

java.lang.Number getValue()
Returns the number represented by this object.

Returns:
value