net.sourceforge.jparam.paramset
Class iParam

java.lang.Object
  |
  +--net.sourceforge.jparam.paramset.Param
        |
        +--net.sourceforge.jparam.paramset.iParam

public class iParam
extends Param

Represents a single input parameter in a ParamSet


Fields inherited from class net.sourceforge.jparam.paramset.Param
assignedValue, defaultValue, isInput, isOutput, typeBound
 
Constructor Summary
iParam(java.lang.String name_description)
          Same as other constructors, but has default, or staticBound (bounded by Object).
iParam(java.lang.String name_description, java.lang.Class typeBound)
           
iParam(java.lang.String name_description, java.lang.Object defaultValue)
          Same as other constructor, but has no staticBound (bounded by Object).
iParam(java.lang.String name_description, java.lang.Object defaultValue, java.lang.Class typeBound)
          Creates an input 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
 

Constructor Detail

iParam

public iParam(java.lang.String name_description,
              java.lang.Object defaultValue,
              java.lang.Class typeBound)
       throws JParamException
Creates an input parameter with given attributes. Set defaultValue to null to indicate there's no default value.

iParam

public iParam(java.lang.String name_description,
              java.lang.Class typeBound)
       throws JParamException

iParam

public iParam(java.lang.String name_description,
              java.lang.Object defaultValue)
       throws JParamException
Same as other constructor, but has no staticBound (bounded by Object).

iParam

public iParam(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.