|
||||||||||
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.SafeArray.SafeArrayStructure
public class SafeArray.SafeArrayStructure
This class represents SAFEARRAY
Data Type.
Field Summary |
---|
Fields inherited from class com.jniwrapper.Structure |
---|
i |
Fields inherited from class com.jniwrapper.Parameter |
---|
LICENSE_TYPE, V |
Constructor Summary | |
---|---|
SafeArray.SafeArrayStructure()
|
|
SafeArray.SafeArrayStructure(SafeArray.SafeArrayStructure that)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
ComplexArray |
getBounds()
Returns the arrays of SafeArrayBound elements. |
ExternalArrayPointer |
getData()
Returns the pointer to the data. |
int |
getDims()
Returns the number of dimensions in the array. |
int |
getElements()
Returns the size of an element of the array. |
SafeArray.SafeArrayAttributes |
getFeatures()
Returns the flags used by the array. |
int |
getLocks()
Returns the number of the array locks. |
void |
setDims(int value)
Sets the new number of dimensions in the array. |
void |
setElements(long value)
Sets the new size of an element of the array. |
void |
setFeatures(SafeArray.SafeArrayAttributes value)
Returns the new flags used by the array. |
void |
setLocks(long value)
Sets the new number of locks. |
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 SafeArray.SafeArrayStructure()
public SafeArray.SafeArrayStructure(SafeArray.SafeArrayStructure that)
Method Detail |
---|
public int getDims()
public void setDims(int value)
value
- new number of dimensions in the array.public SafeArray.SafeArrayAttributes getFeatures()
public void setFeatures(SafeArray.SafeArrayAttributes value)
value
- the new flags used by the array.public int getElements()
public void setElements(long value)
value
- the new size of an element of the array.public int getLocks()
public void setLocks(long value)
value
- the new number of locks.public ExternalArrayPointer getData()
public ComplexArray getBounds()
SafeArrayBound
elements. One bound for each dimension of 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 |