|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.omg.CORBA.UnionMember
This structure describes an union member.
| Field Summary | |
Any |
label
Struct member label |
java.lang.String |
name
Struct member name |
TypeCode |
type
Struct member type |
IDLType |
type_def
Struct member type_def |
| Constructor Summary | |
UnionMember()
Default constructor |
|
UnionMember(java.lang.String name,
Any label,
TypeCode type,
IDLType type_def)
Constructor with fields initialization |
|
| 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)
name - name struct memberlabel - label struct membertype - type struct membertype_def - type_def struct member
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||