|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CORBA.UnionMember
public final class UnionMember
The UnionMember class describes a member of the union that is stored in the interface repository.
Field Summary | |
---|---|
Any |
label
The label that is associated with this member. |
java.lang.String |
name
The name of the union member. |
TypeCode |
type
The union's typecode. |
IDLType |
type_def
The union's IDL type. |
Constructor Summary | |
---|---|
UnionMember()
|
|
UnionMember(java.lang.String name,
Any label,
TypeCode type,
IDLType type_def)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public Any label
public TypeCode type
public IDLType type_def
Constructor Detail |
---|
public UnionMember()
public UnionMember(java.lang.String name, Any label, TypeCode type, IDLType type_def)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |