edu.mayo.informatics.lexgrid.convert.options
Class BooleanOption

java.lang.Object
  extended by edu.mayo.informatics.lexgrid.convert.options.AbstractBaseOption<T>
      extended by edu.mayo.informatics.lexgrid.convert.options.AbstractOption<java.lang.Boolean>
          extended by edu.mayo.informatics.lexgrid.convert.options.BooleanOption
All Implemented Interfaces:
BaseOption<java.lang.Boolean>, Option<java.lang.Boolean>

public class BooleanOption
extends AbstractOption<java.lang.Boolean>

The Class BooleanOption.

Author:
Kevin Peterson

Constructor Summary
BooleanOption(java.lang.String optionName)
          Instantiates a new boolean option.
BooleanOption(java.lang.String optionName, java.lang.Boolean defaultValue)
          Instantiates a new boolean option.
 
Method Summary
 
Methods inherited from class edu.mayo.informatics.lexgrid.convert.options.AbstractOption
getPickList, isMultipleSelectionsAllowed, setMultipleSelectionsAllowed, setPickList
 
Methods inherited from class edu.mayo.informatics.lexgrid.convert.options.AbstractBaseOption
getHelpText, getOptionName, getOptionValue, setHelpText, setOptionValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Load.options.BaseOption
getHelpText, getOptionName, getOptionValue, setOptionValue
 

Constructor Detail

BooleanOption

public BooleanOption(java.lang.String optionName)
Instantiates a new boolean option.

Parameters:
optionName - the option name

BooleanOption

public BooleanOption(java.lang.String optionName,
                     java.lang.Boolean defaultValue)
Instantiates a new boolean option.

Parameters:
optionName - the option name
defaultValue - the default value

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.