org.omg.CORBA
Class PolicyCurrentHelper

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

public class PolicyCurrentHelper
extends java.lang.Object


Constructor Summary
PolicyCurrentHelper()
           
 
Method Summary
static PolicyCurrent extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, PolicyCurrent t)
           
static PolicyCurrent narrow(Object obj)
           
static PolicyCurrent read(InputStream istream)
           
static TypeCode type()
           
static PolicyCurrent unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, PolicyCurrent value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyCurrentHelper

public PolicyCurrentHelper()
Method Detail

insert

public static void insert(Any a,
                          PolicyCurrent t)

extract

public static PolicyCurrent extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static PolicyCurrent read(InputStream istream)

write

public static void write(OutputStream ostream,
                         PolicyCurrent value)

narrow

public static PolicyCurrent narrow(Object obj)

unchecked_narrow

public static PolicyCurrent unchecked_narrow(Object obj)