|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.moesol.bindings.NativeStructure com.moesol.tests.com_server.NASTY_STRUCT
public class NASTY_STRUCT
* IDL: [ helpstring(""), ]
struct/union
Nested Class Summary | |
---|---|
static class |
NASTY_STRUCT.Array
Represent a native array of these structures |
Field Summary | |
---|---|
static int |
OFFSET_element
|
static int |
OFFSET_ElementName
|
static int |
OFFSET_ElementType
|
static int |
OFFSET_saBool
|
static int |
OFFSET_saBSTR
|
static int |
OFFSET_saBytes
|
static int |
OFFSET_saDOUBLE
|
static int |
OFFSET_saFLOAT
|
static int |
OFFSET_saINT
|
static int |
OFFSET_saLong
|
static int |
OFFSET_saShort
|
static int |
OFFSET_saUINT
|
static int |
OFFSET_saUShort
|
static int |
OFFSET_saVARIANT
|
static int |
OFFSET_vps
|
static Class |
TYPELIB
|
static GUID |
UUID
|
Constructor Summary | |
---|---|
NASTY_STRUCT()
Create a new instance. |
|
NASTY_STRUCT(ByteBuffer bb)
Create a new instance on a byte buffer. |
Method Summary | |
---|---|
protected void |
finalize()
|
Object |
get_element()
|
String |
get_ElementName()
|
String |
get_ElementType()
|
int[] |
get_saBool()
|
String[] |
get_saBSTR()
|
short[] |
get_saBytes()
|
double[] |
get_saDOUBLE()
|
float[] |
get_saFLOAT()
|
int[] |
get_saINT()
|
int[] |
get_saLong()
|
short[] |
get_saShort()
|
long[] |
get_saUINT()
|
char[] |
get_saUShort()
|
Object[] |
get_saVARIANT()
|
IDual |
get_vps()
|
int |
getDynamicSize()
Get dynamic size in bytes. |
void |
set_element(Object v)
|
void |
set_ElementName(String v)
|
void |
set_ElementType(String v)
|
void |
set_saBool(int[] v)
|
void |
set_saBSTR(String[] v)
|
void |
set_saBytes(short[] v)
|
void |
set_saDOUBLE(double[] v)
|
void |
set_saFLOAT(float[] v)
|
void |
set_saINT(int[] v)
|
void |
set_saLong(int[] v)
|
void |
set_saShort(short[] v)
|
void |
set_saUINT(long[] v)
|
void |
set_saUShort(char[] v)
|
void |
set_saVARIANT(Object[] v)
|
void |
set_vps(IDual v)
|
static int |
sizeof()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Class TYPELIB
public static final GUID UUID
public static final int OFFSET_element
public static final int OFFSET_ElementType
public static final int OFFSET_ElementName
public static final int OFFSET_vps
public static final int OFFSET_saBytes
public static final int OFFSET_saBSTR
public static final int OFFSET_saShort
public static final int OFFSET_saUShort
public static final int OFFSET_saBool
public static final int OFFSET_saLong
public static final int OFFSET_saUINT
public static final int OFFSET_saDOUBLE
public static final int OFFSET_saFLOAT
public static final int OFFSET_saINT
public static final int OFFSET_saVARIANT
Constructor Detail |
---|
public NASTY_STRUCT()
public NASTY_STRUCT(ByteBuffer bb)
Method Detail |
---|
public static int sizeof()
public void set_element(Object v)
v
- new element valuepublic Object get_element()
public void set_ElementType(String v)
v
- new ElementType valuepublic String get_ElementType()
public void set_ElementName(String v)
v
- new ElementName valuepublic String get_ElementName()
public void set_vps(IDual v)
v
- new vps valuepublic IDual get_vps()
public void set_saBytes(short[] v)
v
- new saBytes valuepublic short[] get_saBytes()
public void set_saBSTR(String[] v)
v
- new saBSTR valuepublic String[] get_saBSTR()
public void set_saShort(short[] v)
v
- new saShort valuepublic short[] get_saShort()
public void set_saUShort(char[] v)
v
- new saUShort valuepublic char[] get_saUShort()
public void set_saBool(int[] v)
v
- new saBool valuepublic int[] get_saBool()
public void set_saLong(int[] v)
v
- new saLong valuepublic int[] get_saLong()
public void set_saUINT(long[] v)
v
- new saUINT valuepublic long[] get_saUINT()
public void set_saDOUBLE(double[] v)
v
- new saDOUBLE valuepublic double[] get_saDOUBLE()
public void set_saFLOAT(float[] v)
v
- new saFLOAT valuepublic float[] get_saFLOAT()
public void set_saINT(int[] v)
v
- new saINT valuepublic int[] get_saINT()
public void set_saVARIANT(Object[] v)
v
- new saVARIANT valuepublic Object[] get_saVARIANT()
public int getDynamicSize()
public String toString()
toString
in class Object
protected void finalize()
finalize
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |