net.sourceforge.jparam.paramset
Class ioParam

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

public class ioParam
extends Param

Represents a single input/output parameter in a ParamSet


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

Constructor Detail

ioParam

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

ioParam

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

ioParam

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

ioParam

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