org.jinterop.dcom.core
Class JIUnsignedShort

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

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

Class representing the unsigned c++ short.

Since:
1.15(b)

Method Summary
 java.lang.Number getEncapsulatedUnsigned()
          Returns the encapsulated number.
 int getType()
          Returns the unsigned type as per the JIFlags.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public int getType()
Description copied from interface: IJIUnsigned
Returns the unsigned type as per the JIFlags.

Specified by:
getType in interface IJIUnsigned
Returns:

getEncapsulatedUnsigned

public java.lang.Number getEncapsulatedUnsigned()
Description copied from interface: IJIUnsigned
Returns the encapsulated number.

Specified by:
getEncapsulatedUnsigned in interface IJIUnsigned
Returns: