org.openorb.compiler.idl.reflect
Interface idlParameter
- All Superinterfaces:
- idlObject
- All Known Implementing Classes:
- IdlParam, IdlFactoryMember
- 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>
PARAM_IN
public static final int PARAM_IN
PARAM_OUT
public static final int PARAM_OUT
PARAM_INOUT
public static final int PARAM_INOUT
paramMode
public int paramMode()
- Return the parameter mode
paramType
public idlObject paramType()
- Return the parameter type