This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


org.omg.CORBA
class ParameterMode

java.lang.Object extended by org.omg.CORBA.ParameterMode
All Implemented Interfaces:
IDLEntity

Most common way to construct:

int _PARAM_IN = …;

ParameterMode PARAM_IN = new ParameterMode(_PARAM_IN);

Based on 7 examples


public class ParameterMode
extends Object
implements IDLEntity

Enumeration of parameter modes for Parameter. Possible vaues:


Field Summary
static ParameterMode PARAM_IN
          
static ParameterMode PARAM_INOUT
          
static ParameterMode PARAM_OUT
          
static int _PARAM_IN
          
static int _PARAM_INOUT
          
static int _PARAM_OUT
          
 
Constructor Summary
protected
ParameterMode(int value)

          
 
Method Summary
static ParameterMode
from_int(int value)

          
 int

          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_IN

public static final ParameterMode PARAM_IN

PARAM_INOUT

public static final ParameterMode PARAM_INOUT

PARAM_OUT

public static final ParameterMode PARAM_OUT

_PARAM_IN

public static final int _PARAM_IN

_PARAM_INOUT

public static final int _PARAM_INOUT

_PARAM_OUT

public static final int _PARAM_OUT
Constructor Detail

ParameterMode

protected ParameterMode(int value)
Parameters:
value
Method Detail

from_int

public static ParameterMode from_int(int value)
Parameters:
value

value

public int value()


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.