org.omg.Security
Class DelegationStateHelper

java.lang.Object
  extended by org.omg.Security.DelegationStateHelper

public final class DelegationStateHelper
extends java.lang.Object

Generated from IDL definition of enum "DelegationState"

Author:
JacORB IDL compiler

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

Constructor Detail

DelegationStateHelper

public DelegationStateHelper()
Method Detail

type

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

insert

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

extract

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

id

public static java.lang.String id()

read

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

write

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


Copyright © {inceptionYear}-2007 null. All Rights Reserved.