org.omg.CORBA
public final class StructMember extends Object implements IDLEntity, Serializable
struct
.Modifier and Type | Field and Description |
---|---|
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(String a_name,
TypeCode a_type,
IDLType a_type_def)
Creates a structure member.
|
public StructMember()
null
.public StructMember(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.