All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.AttributeModeHelper

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

public abstract class AttributeModeHelper
extends Object

IDL definition:
enum AttributeMode {
ATTR_NORMAL,
ATTR_READONLY
};


Constructor Index

 o AttributeModeHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, AttributeMode)
 o read(InputStream)
 o type()
 o write(OutputStream, AttributeMode)

Constructors

 o AttributeModeHelper
 public AttributeModeHelper()

Methods

 o read
 public static AttributeMode read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          AttributeMode value)
 o insert
 public static void insert(Any any,
                           AttributeMode value)
 o extract
 public static AttributeMode extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index