|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.StructMember
public final class StructMember
The component, describing the member of CORBA IDL struct.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public IDLType type_def
public String name
public TypeCode type
| Constructor Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||