All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.FieldNameHolder

java.lang.Object
   |
   +----org.omg.CORBA.FieldNameHolder

public final class FieldNameHolder
extends Object
implements Streamable

IDL definition:
typedef string FieldName;


Variable Index

 o value

Constructor Index

 o FieldNameHolder()
 o FieldNameHolder(String)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public String value

Constructors

 o FieldNameHolder
 public FieldNameHolder()
 o FieldNameHolder
 public FieldNameHolder(String value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index