com.arsdigita.util.parameter
Class BooleanParameter

java.lang.Object
  extended bycom.arsdigita.util.parameter.AbstractParameter
      extended bycom.arsdigita.util.parameter.BooleanParameter
All Implemented Interfaces:
Parameter

public class BooleanParameter
extends AbstractParameter

Subject to change. A parameter representing a Java Boolean.

Version:
$Id: //core-platform/dev/src/com/arsdigita/util/parameter/BooleanParameter.java#6 $
Author:
Justin Ross <jross@redhat.com>
See Also:
Boolean, Parameter

Field Summary
static String versionId
           
 
Fields inherited from interface com.arsdigita.util.parameter.Parameter
OPTIONAL, REQUIRED
 
Constructor Summary
BooleanParameter(String name)
           
BooleanParameter(String name, int multiplicity, Object defaalt)
           
 
Methods inherited from class com.arsdigita.util.parameter.AbstractParameter
doRead, doValidate, doWrite, getDefaultValue, getInfo, getName, isRequired, marshal, read, setInfo, toString, unmarshal, validate, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

BooleanParameter

public BooleanParameter(String name)

BooleanParameter

public BooleanParameter(String name,
                        int multiplicity,
                        Object defaalt)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC