org.jwarp.service.param
Interface IParameter

All Superinterfaces:
IProperty
All Known Subinterfaces:
IInParameter
All Known Implementing Classes:
Parameter

public interface IParameter
extends IProperty

Interface representing a parameter.


Method Summary
 IParameterDescription getMetaData()
          Returns the parameter's metadata.
 
Methods inherited from interface org.jwarp.service.param.IProperty
getAsBoolean, getAsDouble, getAsFloat, getAsInteger, getAsLong, getAsString, getName, getValue, getValue, setValue
 

Method Detail

getMetaData

public IParameterDescription getMetaData()
Returns the parameter's metadata.
Returns:
The meta data.

©   O R C A   S y s t e m s