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 | nameThe name of the struct member described by
 this
 StructMemberobject. | 
|  TypeCode | typeThe type of the struct member described by
 this
 StructMemberobject. | 
|  IDLType | type_defThe typedef that represents the IDL type of the struct member described by
 this
 StructMemberobject. | 
 
 
| 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 StructMemberobject.
type
public TypeCode type
- The type of the struct member described by
 this StructMemberobject.
type_def
public IDLType type_def
- The typedef that represents the IDL type of the struct member described by
 this StructMemberobject.
StructMember
public StructMember()
- Constructs a default StructMemberobject.
StructMember
public StructMember(String __name,
                    TypeCode __type,
                    IDLType __type_def)
- Constructs a StructMemberobject 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.