All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.ParameterModeHelper
enum ParameterMode { PARAM_IN, PARAM_OUT, PARAM_INOUT };
public ParameterModeHelper()
public static ParameterMode read(InputStream _input)
public static void write(OutputStream _output, ParameterMode value)
public static void insert(Any any, ParameterMode value)
public static ParameterMode extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index