public final class StructMember extends java.lang.Object implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable
struct.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name
The name of the structure member.
|
TypeCode |
type
The typecode of the structure member.
|
IDLType |
type_def
The IDL type of the structure member.
|
| Constructor and Description |
|---|
StructMember()
Creates a structure member with all fields
left with the default value
null. |
StructMember(java.lang.String a_name,
TypeCode a_type,
IDLType a_type_def)
Creates a structure member.
|
public java.lang.String name
public StructMember()
null.public StructMember(java.lang.String a_name, TypeCode a_type, IDLType a_type_def)
a_name - member name.a_type - member type code.a_type_def - member IDL type definition.