Uses of Class
org.omg.CORBA.ParameterMode

Packages that use ParameterMode
org.jacorb.ir.gui.typesystem.remote   
org.omg.CORBA   
org.omg.Dynamic   
 

Uses of ParameterMode in org.jacorb.ir.gui.typesystem.remote
 

Methods in org.jacorb.ir.gui.typesystem.remote that return ParameterMode
 ParameterMode IRParameter.getMode()
           
 

Uses of ParameterMode in org.omg.CORBA
 

Fields in org.omg.CORBA declared as ParameterMode
 ParameterMode ParameterDescription.mode
           
 ParameterMode ParameterModeHolder.value
           
static ParameterMode ParameterMode.PARAM_IN
           
static ParameterMode ParameterMode.PARAM_OUT
           
static ParameterMode ParameterMode.PARAM_INOUT
           
 

Methods in org.omg.CORBA that return ParameterMode
static ParameterMode ParameterModeHelper.extract(Any any)
           
static ParameterMode ParameterModeHelper.read(InputStream in)
           
static ParameterMode ParameterMode.from_int(int value)
           
 

Methods in org.omg.CORBA with parameters of type ParameterMode
static void ParameterModeHelper.insert(Any any, ParameterMode s)
           
static void ParameterModeHelper.write(OutputStream out, ParameterMode s)
           
 

Constructors in org.omg.CORBA with parameters of type ParameterMode
ParameterDescription(java.lang.String name, TypeCode type, IDLType type_def, ParameterMode mode)
           
ParameterModeHolder(ParameterMode initial)
           
 

Uses of ParameterMode in org.omg.Dynamic
 

Fields in org.omg.Dynamic declared as ParameterMode
 ParameterMode Parameter.mode
           
 

Constructors in org.omg.Dynamic with parameters of type ParameterMode
Parameter(Any argument, ParameterMode mode)