public final class StructMember extends Objectimplements IDLEntity
struct in the Interface Repository, including the name of the
struct member, the type of the
struct member, and the typedef that represents the IDL type of the
struct member described the
struct member object.
| Modifier and Type | Field and Description |
|---|---|
String |
name
The name of the struct member described by this
StructMember object.
|
TypeCode |
type
The type of the struct member described by this
StructMember object.
|
IDLType |
type_def
The typedef that represents the IDL type of the struct member described by this
StructMember object.
|
| Constructor and Description |
|---|
StructMember()
Constructs a default
StructMember object.
|
StructMember(String
Constructs a
StructMember object initialized with the given values.
|
public Stringname
StructMember object.
public TypeCodetype
StructMember object.
public IDLTypetype_def
StructMember object.
public StructMember()
StructMember object.
public StructMember(String__name, TypeCode __type, IDLType __type_def)
StructMember object initialized with the given values.
__name - a
String object with the name of the struct member
__type - a
TypeCode object describing the type of the struct member
__type_def - an
IDLType object representing the IDL type of the struct member