com.moesol.tests.disp.com_server
Class tag_typeDefTest

java.lang.Object
  extended by com.moesol.bindings.NativeStructure
      extended by com.moesol.tests.disp.com_server.tag_typeDefTest
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
typeDefTest

public class tag_typeDefTest
extends NativeStructure

* IDL: [ helpstring(""), ]
struct/union


Nested Class Summary
static class tag_typeDefTest.Array
          Represent a native array of these structures
 
Field Summary
static int OFFSET_m_aFieldInStruct
           
static Class TYPELIB
           
static GUID UUID
           
 
Constructor Summary
tag_typeDefTest()
          Create a new instance.
tag_typeDefTest(ByteBuffer bb)
          Create a new instance on a byte buffer.
 
Method Summary
protected  void finalize()
           
 String get_m_aFieldInStruct()
           
 int getDynamicSize()
          Get dynamic size in bytes.
 void set_m_aFieldInStruct(String v)
           
static int sizeof()
           
 String toString()
           
 
Methods inherited from class com.moesol.bindings.NativeStructure
_getByteBuffer, _getStructureBytes, clearRecord, compareTo, equals, freeLpwstr, getArray, getBool, getBOOLArray, getBstr, getBSTRArray, getBstrArray, getByte, getBYTEArray, getByteArray, getByteBuffer, getByteSize, getByteString, getDate, getDouble, getDOUBLEArray, getDoubleArray, getDoubleSize, getFloat, getFLOATArray, getFloatArray, getFloatSize, getInt, getINTArray, getIntArray, getInterface, getIntSize, getLong, getLONGArray, getLongSize, getLpwstr, getPtrInt, getPtrShort, getPtrShortString, getPtrStruct, getPtrUnsignedByte, getPtrUnsignedShort, getPtrVariant, getPtrvoid, getRemaining, getSCODE, getShort, getSHORTArray, getShortArray, getShortSize, getSlice, getSlice, getString, getStruct, getStruct, getStructArray, getUINTArray, getUnsignedByte, getUnsignedByteArray, getUnsignedByteSize, getUnsignedInt, getUnsignedIntArray, getUnsignedIntSize, getUnsignedLongLong, getUnsignedLongSize, getUnsignedShort, getUnsignedShortArray, getUnsignedShortSize, getUSHORTArray, getVariant, getVARIANTArray, hashCode, order, order, putArray, putBool, putBOOLArray, putBstr, putBstrArray, putBSTRArray, putByte, putByteArray, putBYTEArray, putByteString, putDate, putDouble, putDOUBLEArray, putDoubleArray, putFloat, putFLOATArray, putFloatArray, putInt, putINTArray, putIntArray, putInterface, putLong, putLONGArray, putLpwstr, putPtrInt, putPtrShort, putPtrShortString, putPtrStruct, putPtrUnsignedByte, putPtrUnsignedShort, putPtrVariant, putPtrvoid, putSCODE, putShort, putShortArray, putSHORTArray, putString, putStruct, putStruct, putStructArray, putUINTArray, putUnsignedByte, putUnsignedByteArray, putUnsignedInt, putUnsignedIntArray, putUnsignedLongLong, putUnsignedShort, putUnsignedShortArray, putUSHORTArray, putVariant, putVARIANTArray, stringFromC, stringFromC, zero
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPELIB

public static final Class TYPELIB

UUID

public static final GUID UUID

OFFSET_m_aFieldInStruct

public static final int OFFSET_m_aFieldInStruct
See Also:
Constant Field Values
Constructor Detail

tag_typeDefTest

public tag_typeDefTest()
Create a new instance.


tag_typeDefTest

public tag_typeDefTest(ByteBuffer bb)
Create a new instance on a byte buffer.

Method Detail

sizeof

public static int sizeof()

set_m_aFieldInStruct

public void set_m_aFieldInStruct(String v)
Parameters:
v - new m_aFieldInStruct value

get_m_aFieldInStruct

public String get_m_aFieldInStruct()
Returns:
m_aFieldInStruct value

getDynamicSize

public int getDynamicSize()
Get dynamic size in bytes. If this structure contains a variable size array, return the number of bytes needed to hold the fixed part and the variable sized array based on the [length_is()] attribute. Note that the sizeof method on returns the size of the fixed part plus the size of one array entry.

Returns:
dynamic size in bytes.

toString

public String toString()
Overrides:
toString in class Object

finalize

protected void finalize()
Overrides:
finalize in class Object


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.