All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.FlagsHolder

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

public final class FlagsHolder
extends Object
implements Streamable

IDL definition:
typedef unsigned long Flags;


Variable Index

 o value

Constructor Index

 o FlagsHolder()
 o FlagsHolder(int)

Method Index

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

Variables

 o value
 public int value

Constructors

 o FlagsHolder
 public FlagsHolder()
 o FlagsHolder
 public FlagsHolder(int 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