org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class NotMaskedHelper

java.lang.Object
  extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPackage.NotMaskedHelper

public final class NotMaskedHelper
extends java.lang.Object

Generated from IDL definition of exception "NotMasked"

Author:
JacORB IDL compiler

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

Constructor Detail

NotMaskedHelper

public NotMaskedHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          NotMasked s)

extract

public static NotMasked extract(Any any)

id

public static java.lang.String id()

read

public static NotMasked read(InputStream in)

write

public static void write(OutputStream out,
                         NotMasked s)