org.LexGrid.LexBIG.Extensions.Load.options
Interface BaseOption<T>

All Known Subinterfaces:
MultiValueOption<T>, Option<T>, URIOption
All Known Implementing Classes:
AbstractMultiValueOption, AbstractOption, BooleanOption, CodingSchemeReferencesStringArrayPickListOption, IntegerOption, StringArrayOption, StringOption, URIOption

public interface BaseOption<T>

The Interface BaseOption.

Author:
Kevin Peterson

Method Summary
 java.lang.String getHelpText()
          Gets the help text.
 java.lang.String getOptionName()
          Gets the option name.
 T getOptionValue()
          Gets the option value.
 void setOptionValue(T optionValue)
          Sets the option value.
 

Method Detail

getOptionValue

T getOptionValue()
Gets the option value.

Returns:
the option value

setOptionValue

void setOptionValue(T optionValue)
Sets the option value.

Parameters:
optionValue - the new option value

getOptionName

java.lang.String getOptionName()
Gets the option name.

Returns:
the option name

getHelpText

java.lang.String getHelpText()
Gets the help text.

Returns:
the help text

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.