|
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.StructMember
public final class StructMember
This interface is used to define each field of a struct.
Field Summary | |
---|---|
java.lang.String |
name
The name of this StructMember. |
TypeCode |
type
The StructMember's IDL type code. |
IDLType |
type_def
The StructMember's type definition. |
Constructor Summary | |
---|---|
StructMember()
|
|
StructMember(java.lang.String name,
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 TypeCode type
public IDLType type_def
Constructor Detail |
---|
public StructMember()
public StructMember(java.lang.String name, TypeCode type, IDLType type_def)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |