org.omg.ATLAS
Class ATLASLocatorHelper

java.lang.Object
  extended byorg.omg.ATLAS.ATLASLocatorHelper

public final class ATLASLocatorHelper
extends java.lang.Object

Generated from IDL definition of union "ATLASLocator"

Author:
JacORB IDL compiler

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

Constructor Detail

ATLASLocatorHelper

public ATLASLocatorHelper()
Method Detail

insert

public static void insert(Any any,
                          ATLASLocator s)

extract

public static ATLASLocator extract(Any any)

id

public static java.lang.String id()

read

public static ATLASLocator read(InputStream in)

write

public static void write(OutputStream out,
                         ATLASLocator s)

type

public static TypeCode type()