Calypso Gateway v1.0

codec.adapt
Class UnionStructHelper

java.lang.Object
  |
  +--codec.adapt.UnionStructHelper

public final class UnionStructHelper
extends java.lang.Object

Helper class for "UnionStruct". Introduced to enforce specification requirement that any IDL "union" shall be encapsulated in ASP into TTCN SEQUENCE (aka IDL "struct") containing discriminator and "union" (aka TTCN CHOICE) value itself.


Constructor Summary
UnionStructHelper()
           
 
Method Summary
static java.lang.String id()
           
static org.omg.CORBA.TypeCode type(org.omg.CORBA.TypeCode discrType, org.omg.CORBA.TypeCode unionType)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

UnionStructHelper

public UnionStructHelper()
Method Detail

type

public static org.omg.CORBA.TypeCode type(org.omg.CORBA.TypeCode discrType,
                                          org.omg.CORBA.TypeCode unionType)

id

public static java.lang.String id()

Calypso Gateway v1.0