|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jinterop.dcom.core.JIUnsignedShort
public final class JIUnsignedShort
Class representing the unsigned c++ short.
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 |
---|
public int getType()
IJIUnsigned
byte
,short
,int
).
getType
in interface IJIUnsigned
JIFlags.FLAG_REPRESENTATION_UNSIGNED_BYTE
or
JIFlags.FLAG_REPRESENTATION_UNSIGNED_SHORT
or
JIFlags.FLAG_REPRESENTATION_UNSIGNED_INT
public java.lang.Number getValue()
IJIUnsigned
getValue
in interface IJIUnsigned
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |