scs.core
Class IMetaInterfaceHelper

java.lang.Object
  extended by scs.core.IMetaInterfaceHelper

public final class IMetaInterfaceHelper
extends Object

Generated from IDL interface "IMetaInterface".

Version:
generated at Feb 10, 2014 8:09:01 AM
Author:
JacORB IDL compiler V 3.1, 19-Aug-2012

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

Constructor Detail

IMetaInterfaceHelper

public IMetaInterfaceHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          IMetaInterface s)

extract

public static IMetaInterface extract(Any any)

id

public static String id()

read

public static IMetaInterface read(InputStream in)

write

public static void write(OutputStream _out,
                         IMetaInterface s)

narrow

public static IMetaInterface narrow(Object obj)

unchecked_narrow

public static IMetaInterface unchecked_narrow(Object obj)


Copyright © 2014. All Rights Reserved.