|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.DelegatingParameter
com.jniwrapper.bf
com.jniwrapper.Int
com.jniwrapper.win32.com.types.ComEnumeration
public abstract class ComEnumeration
The abstract base for COM enumerations. A COM enumeration can define either separate items or flags that can be combined using bitwise operations.
Field Summary |
---|
Fields inherited from class com.jniwrapper.Parameter |
---|
LICENSE_TYPE, V |
Constructor Summary | |
---|---|
ComEnumeration()
|
|
ComEnumeration(IntegerParameter t)
|
|
ComEnumeration(long val)
|
Method Summary |
---|
Methods inherited from class com.jniwrapper.Int |
---|
clone |
Methods inherited from class com.jniwrapper.bf |
---|
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString |
Methods inherited from class com.jniwrapper.DelegatingParameter |
---|
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write |
Methods inherited from class com.jniwrapper.Parameter |
---|
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComEnumeration()
public ComEnumeration(long val)
public ComEnumeration(IntegerParameter t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |