net.sourceforge.jparam.paramset
Class oParam
java.lang.Object
|
+--net.sourceforge.jparam.paramset.Param
|
+--net.sourceforge.jparam.paramset.oParam
- public class oParam
- extends Param
Represents a single output parameter in a ParamSet
Constructor Summary |
oParam(java.lang.String name_description)
Same as other constructors, but has default, or staticBound (bounded by
Object). |
oParam(java.lang.String name_description,
java.lang.Class typeBound)
|
oParam(java.lang.String name_description,
java.lang.Object defaultValue)
Same as other constructor, but has no staticBound (bounded by Object). |
oParam(java.lang.String name_description,
java.lang.Object defaultValue,
java.lang.Class typeBound)
Creates an output parameter with given attributes. |
Methods inherited from class net.sourceforge.jparam.paramset.Param |
clearValue, getDefaultValue, getDescription, getName, getTypeBound, getValue, hasDefaultValue, hasGivenValue, isInput, isOutput, setDefaultValue, setDescription, setValue, wasAssignedTo |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oParam
public oParam(java.lang.String name_description,
java.lang.Object defaultValue,
java.lang.Class typeBound)
throws JParamException
- Creates an output parameter with given attributes. Set defaultValue to
null to indicate there's no default value.
oParam
public oParam(java.lang.String name_description,
java.lang.Class typeBound)
throws JParamException
oParam
public oParam(java.lang.String name_description,
java.lang.Object defaultValue)
throws JParamException
- Same as other constructor, but has no staticBound (bounded by Object).
oParam
public oParam(java.lang.String name_description)
throws JParamException
- Same as other constructors, but has default, or staticBound (bounded by
Object).
Copyright © 2004 SourceForge. All Rights Reserved.