API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. StructMember View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      StructMember
Implements
 IDLEntity
Subclasses
Description
publicfinal class StructMember
Describes a member of an IDL struct in the Interface Repository, including the name of the struct member, the type of the struct member, and the typedef that represents the IDL type of the struct member described the struct member object.
See also:   
Constructors
public StructMember ()
Constructs a default StructMember object.
public StructMember (String __name, TypeCode __type, IDLType __type_def)
  Constructs a StructMember object initialized with the given values.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public String name
The name of the struct member described by this StructMember object.
public TypeCode type
The type of the struct member described by this StructMember object.
public IDLType type_def
The typedef that represents the IDL type of the struct member described by this StructMember object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar