|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.UnionMember
public final class UnionMember
The component, describing the member of CORBA IDL union.
| Field Summary | |
|---|---|
Any |
label
The label of the union member. |
String |
name
The name of the union member. |
TypeCode |
type
The typecode of the union member. |
IDLType |
type_def
The IDL type of the union member. |
| Constructor Summary | |
|---|---|
UnionMember()
Creates a union member with all fields left with the default value null. |
|
UnionMember(String a_name,
Any a_label,
TypeCode a_type,
IDLType a_type_def)
Creates a union member. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Any label
public IDLType type_def
public String name
public TypeCode type
| Constructor Detail |
|---|
public UnionMember()
null.
public UnionMember(String a_name,
Any a_label,
TypeCode a_type,
IDLType a_type_def)
a_name - member name.a_label - member label.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 | ||||||||