|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Structure
com.jniwrapper.win32.automation.types.SafeArrayBound
public class SafeArrayBound
This structure contains bounds for dimension of an array and corresponds to
SAFEARRAYBOUND native structure.
| Field Summary |
|---|
| Fields inherited from class com.jniwrapper.Structure |
|---|
i |
| Fields inherited from class com.jniwrapper.Parameter |
|---|
LICENSE_TYPE, V |
| Constructor Summary | |
|---|---|
SafeArrayBound()
Creates new instance with 0 of elements in the array and 0 lower bound. |
|
SafeArrayBound(int count)
Creates new instance with specified number of elements in the array. |
|
SafeArrayBound(int count,
int lowerBound)
Creates new instance with specified number of elements in the array and specified lower bound. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
int |
getCount()
Returns number of elements in the array. |
int |
getLowerBound()
Returns lower bound for the array. |
void |
setCount(long value)
Sets new number of elements in the array. |
void |
setLowerBound(int value)
Sets new lower bound for the array. |
| Methods inherited from class com.jniwrapper.Structure |
|---|
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write |
| Methods inherited from class com.jniwrapper.Parameter |
|---|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SafeArrayBound()
public SafeArrayBound(int count)
count - number of elements in the array.
public SafeArrayBound(int count,
int lowerBound)
count - number of elements in the array.| Method Detail |
|---|
public int getCount()
public void setCount(long value)
value - number of elements in the array.public int getLowerBound()
public void setLowerBound(int value)
value - new lower bound for the array.public java.lang.Object clone()
clone in class Structure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||