All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.PolicyTypeHelper

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

public abstract class PolicyTypeHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
typedef long PolicyType;


Constructor Index

 o PolicyTypeHelper()

Method Index

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

Constructors

 o PolicyTypeHelper
public PolicyTypeHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index