org.omg.CosCollection
Class SortedRelationFactoryHelper

java.lang.Object
  extended byorg.omg.CosCollection.SortedRelationFactoryHelper

public final class SortedRelationFactoryHelper
extends java.lang.Object

Generated from IDL interface "SortedRelationFactory"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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

Constructor Detail

SortedRelationFactoryHelper

public SortedRelationFactoryHelper()
Method Detail

insert

public static void insert(Any any,
                          SortedRelationFactory s)

extract

public static SortedRelationFactory extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static SortedRelationFactory read(InputStream in)

write

public static void write(OutputStream _out,
                         SortedRelationFactory s)

narrow

public static SortedRelationFactory narrow(java.lang.Object obj)

narrow

public static SortedRelationFactory narrow(Object obj)

unchecked_narrow

public static SortedRelationFactory unchecked_narrow(Object obj)