org.omg.CosTrading.RegisterPackage
Class ReadonlyPropertyHelper

java.lang.Object
  extended byorg.omg.CosTrading.RegisterPackage.ReadonlyPropertyHelper

public final class ReadonlyPropertyHelper
extends java.lang.Object

Generated from IDL definition of exception "ReadonlyProperty"

Author:
JacORB IDL compiler

Constructor Summary
ReadonlyPropertyHelper()
           
 
Method Summary
static ReadonlyProperty extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, ReadonlyProperty s)
           
static ReadonlyProperty read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, ReadonlyProperty s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadonlyPropertyHelper

public ReadonlyPropertyHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          ReadonlyProperty s)

extract

public static ReadonlyProperty extract(Any any)

id

public static java.lang.String id()

read

public static ReadonlyProperty read(InputStream in)

write

public static void write(OutputStream out,
                         ReadonlyProperty s)