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

Packages that use IJIUnsigned
org.jinterop.dcom.core Defines the classes and data structures required to work with j-Interop. 
 

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 JIUnsignedFactory.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 JICallBuilder.addInParamAsUnsigned(IJIUnsigned value, int FLAGS)
          Add [in] parameter as IJIUnsigned at the end of the Parameter list.
 void JICallBuilder.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.
 



Copyright © 2011. All Rights Reserved.