Package net.sourceforge.jeuclid.context.typewrapper

Interface Summary
TypeWrapper Encapsulates information about a parameter's value type and how values should be converted between strings and the appropriate object instances.
 

Class Summary
AbstractSimpleTypeWrapper Basic (and simple) implementation of TypeWrapper.
BooleanTypeWrapper Converting String to Boolean and vice versa is also straightforward.
ColorTypeWrapper Color is converted to String and back by using existing APIs in AttributesHelper.
EnumTypeWrapper Converting String to Enum and vice versa is easy with help of Enum class.
NumberTypeWrapper Converting String to Numbers and vice versa is also straightforward.
StringTypeWrapper Converting String to String is trivial...
TLIListTypeWrapper List is converted to String and back by using comma-separated representation.
 



Copyright © 2002-2010 The JEuclid project. All Rights Reserved.