Uses of Interface
org.jinterop.dcom.core.IJIUnsigned

Packages that use IJIUnsigned
org.jinterop.dcom.core Core library classes and Data structures. 
 

Uses of IJIUnsigned in org.jinterop.dcom.core
 

Classes in org.jinterop.dcom.core that implement IJIUnsigned
 class JIUnsignedByte
          Class representing the unsigned c++ byte.
 class JIUnsignedInteger
          Class representing the unsigned c++ integer.
 class JIUnsignedShort
          Class representing the unsigned c++ short.
 

Methods in org.jinterop.dcom.core that return IJIUnsigned
 IJIUnsigned JIVariant.getObjectAsUnsigned()
          Retrieves the contained object as unsigned number.
static IJIUnsigned JIUnsigned.getUnsigned(java.lang.Number value, int flag)
          Returns an implementation for each of the unsigned type.
 

Methods in org.jinterop.dcom.core with parameters of type IJIUnsigned
 void JICallObject.addInParamAsUnsigned(IJIUnsigned value, int FLAGS)
          Add IN parameter as IJIUnsigned at the end of the Parameter list.
 void JICallObject.insertInParamAsUnsignedAt(int index, IJIUnsigned value, int FLAGS)
          Add IN parameter as IJIUnsigned at the specified index in the Parameter list.
 

Constructors in org.jinterop.dcom.core with parameters of type IJIUnsigned
JIVariant(IJIUnsigned number)
          Setting up a VARIANT with a unsigned value.
JIVariant(IJIUnsigned number, boolean isByRef)
          Setting up a VARIANT with a unsigned value.