org.odlabs.wiquery.core.options
Interface ITypedOption<T>

All Superinterfaces:
IListItemOption, Serializable
All Known Implementing Classes:
AbstractOption, BooleanOption, DoubleOption, FloatOption, IntegerOption, LiteralOption, LongOption, ShortOption, StringOption

public interface ITypedOption<T>
extends IListItemOption

Represents an typed option.

Author:
Ernesto Reinaldo Barreiro

Method Summary
 T getValue()
           
 
Methods inherited from interface org.odlabs.wiquery.core.options.IListItemOption
getJavascriptOption
 

Method Detail

getValue

T getValue()
Returns:
Returns the value or null if no value is set.


Copyright © 2012. All Rights Reserved.