jBrokerTM ORB 4.1

org.omg.CORBA
Class StructMember

java.lang.Object
  |
  +--org.omg.CORBA.StructMember
All Implemented Interfaces:
IDLEntity, Serializable

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.
 
Constructor Summary
StructMember()
          Constructs a default StructMember object.
StructMember(String __name, TypeCode __type, IDLType __type_def)
          Constructs a StructMember object initialized with the given values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.
Constructor Detail

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.

jBrokerTM ORB 4.1

jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.