org.omg.CORBA
Class AttributeModeHelper

java.lang.Object
  extended byorg.omg.CORBA.AttributeModeHelper

public final class AttributeModeHelper
extends java.lang.Object

Generated from IDL definition of enum "AttributeMode"

Author:
JacORB IDL compiler

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

Constructor Detail

AttributeModeHelper

public AttributeModeHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          AttributeMode s)

extract

public static AttributeMode extract(Any any)

id

public static java.lang.String id()

read

public static AttributeMode read(InputStream in)

write

public static void write(OutputStream out,
                         AttributeMode s)