org.jwarp.service.param
Interface IInParameter
- All Superinterfaces:
- IParameter, IProperty
- All Known Implementing Classes:
- InParameter
- public interface IInParameter
- extends IParameter
Interface representing a parameter.
|
Field Summary |
static short |
PARAMTYPE_IN
Param type: in parameter (read only) |
static short |
PARAMTYPE_INOUT
Param type: in/out parameter (read/write) |
static short |
PARAMTYPE_OUT
Param type: out parameter (write only) |
|
Method Summary |
short |
getParamType()
Returns the parameter's metadata. |
PARAMTYPE_IN
public static final short PARAMTYPE_IN
- Param type: in parameter (read only)
PARAMTYPE_OUT
public static final short PARAMTYPE_OUT
- Param type: out parameter (write only)
PARAMTYPE_INOUT
public static final short PARAMTYPE_INOUT
- Param type: in/out parameter (read/write)
getParamType
public short getParamType()
- Returns the parameter's metadata.
- Returns:
- The meta data.