org.omg.CORBA
Class StructMember
java.lang.Object
|
+--org.omg.CORBA.StructMember
- public final class StructMember
- extends Object
- implements IDLEntity
A description of a member of an IDL struct
.
- See Also:
- Serialized Form
Field Summary |
String |
name
The name of the struct member described by
this StructMember object. |
TypeCode |
type
The type of the struct member described by
this StructMember object. |
IDLType |
type_def
The typedef that represents the IDL type of the struct member described by
this StructMember object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
name
public String name
- The name of the struct member described by
this
StructMember
object.
type
public TypeCode type
- The type of the struct member described by
this
StructMember
object.
type_def
public IDLType type_def
- The typedef that represents the IDL type of the struct member described by
this
StructMember
object.
StructMember
public StructMember()
- Constructs a default
StructMember
object.
StructMember
public StructMember(String __name,
TypeCode __type,
IDLType __type_def)
- Constructs a
StructMember
object initialized with the
given values.
Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.