org.ceryle.wiki.plugin.util
Class BooleanParam

java.lang.Object
  extended by org.ceryle.wiki.plugin.util.Parameter
      extended by org.ceryle.wiki.plugin.util.BooleanParam

public class BooleanParam
extends Parameter

Serves as a boolean parameter object in expressions.

Author:
John Volkar (john.volkar at gmail.com)

Constructor Summary
BooleanParam(String name, boolean defaultValue, boolean required, String description, ParameterGroup group)
           
 
Method Summary
 boolean get()
           
protected  void parseSuppliedValue()
           
 
Methods inherited from class org.ceryle.wiki.plugin.util.Parameter
describe, getDescription, getName, getSuppliedValue, isRequired, throwBad, update, usingDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanParam

public BooleanParam(String name,
                    boolean defaultValue,
                    boolean required,
                    String description,
                    ParameterGroup group)
Method Detail

parseSuppliedValue

protected void parseSuppliedValue()
Specified by:
parseSuppliedValue in class Parameter

get

public boolean get()


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.