org.openorb.compiler.idl.reflect
Interface idlParameter

All Superinterfaces:
idlObject
All Known Implementing Classes:
IdlFactoryMember, IdlParam

public interface idlParameter
extends idlObject

This interface is implemented by all IDL objects that represent a parameter description

Version:
$Revision: 1.1 $ $Date: 2000/12/28 22:52:40 $
Author:
Jerome Daniel <daniel@intalio.com>

Field Summary
static int PARAM_IN
           
static int PARAM_INOUT
           
static int PARAM_OUT
           
 
Method Summary
 int paramMode()
          Return the parameter mode
 idlObject paramType()
          Return the parameter type
 
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included
 

Field Detail

PARAM_IN

public static final int PARAM_IN
See Also:
Constant Field Values

PARAM_OUT

public static final int PARAM_OUT
See Also:
Constant Field Values

PARAM_INOUT

public static final int PARAM_INOUT
See Also:
Constant Field Values
Method Detail

paramMode

public int paramMode()
Return the parameter mode


paramType

public idlObject paramType()
Return the parameter type