VisiBroker for Java

org.omg.CORBA
Class StructMember

java.lang.Object
  extended by org.omg.CORBA.StructMember
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class StructMember
extends java.lang.Object
implements IDLEntity

This interface is used to define each field of a struct.

See Also:
Serialized Form

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

name

public java.lang.String name
The name of this StructMember.


type

public TypeCode type
The StructMember's IDL type code.


type_def

public IDLType type_def
The StructMember's type definition.

Constructor Detail

StructMember

public StructMember()

StructMember

public StructMember(java.lang.String name,
                    TypeCode type,
                    IDLType type_def)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online