org.csapi
Class TpAttributeValueHelper

java.lang.Object
  extended by org.csapi.TpAttributeValueHelper

public final class TpAttributeValueHelper
extends java.lang.Object

Generated from IDL definition of union "TpAttributeValue"

Author:
JacORB IDL compiler

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

Constructor Detail

TpAttributeValueHelper

public TpAttributeValueHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          TpAttributeValue s)

extract

public static TpAttributeValue extract(org.omg.CORBA.Any any)

id

public static java.lang.String id()

read

public static TpAttributeValue read(org.omg.CORBA.portable.InputStream in)

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         TpAttributeValue s)

type

public static org.omg.CORBA.TypeCode type()


Copyright © 2008. All Rights Reserved.