|
||||||||
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
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 |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |