Uses of Package
net.sf.mmm.util.value.api

Packages that use net.sf.mmm.util.value.api
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
net.sf.mmm.util.context.api Provides the API for a generic context. 
net.sf.mmm.util.context.base Provides the base-implementation of the Context-API
net.sf.mmm.util.context.impl Provides the implementation of the Context-API
net.sf.mmm.util.pojo.path.api Provides the API for navigating a PojoPath
net.sf.mmm.util.pojo.path.base Contains the base-implementation of the PojoPath API. 
net.sf.mmm.util.value.api Provides the API for generic handling of values. 
net.sf.mmm.util.value.base Contains the base-implementations of the value API
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
net.sf.mmm.util.xml.api Provides the API of utilities that help to deal with XML. 
net.sf.mmm.util.xml.base Contains the base-implementation of the XML-Util API
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.cli.base
ComposedValueConverter
          This is the interface for a ValueConverter that is composed out of individual ValueConverters.
SimpleValueConverter
          This is the interface for a converter that converts a value of the type <SOURCE> to the type <TARGET>.
ValueException
          This exception is thrown if a something goes wrong about values.
ValueValidator
          A ValueValidator allows to validate according values.
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.collection.base
SimpleValueConverter
          This is the interface for a converter that converts a value of the type <SOURCE> to the type <TARGET>.
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.context.api
GenericValueConverter
          This is the interface for generic conversion of values from a specific source-type (<SOURCE>) to a given target-type ( <TARGET>).
ValueNotSetException
          This is the exception thrown if a required value was not set.
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.context.base
ValueNotSetException
          This is the exception thrown if a required value was not set.
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.context.impl
ComposedValueConverter
          This is the interface for a ValueConverter that is composed out of individual ValueConverters.
GenericValueConverter
          This is the interface for generic conversion of values from a specific source-type (<SOURCE>) to a given target-type ( <TARGET>).
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.pojo.path.api
ComposedValueConverter
          This is the interface for a ValueConverter that is composed out of individual ValueConverters.
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.pojo.path.base
ComposedValueConverter
          This is the interface for a ValueConverter that is composed out of individual ValueConverters.
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.value.api
GenericValueConverter
          This is the interface for generic conversion of values from a specific source-type (<SOURCE>) to a given target-type ( <TARGET>).
SimpleValueConverter
          This is the interface for a converter that converts a value of the type <SOURCE> to the type <TARGET>.
ValueConverter
          This is the interface for a converter that converts a value from a source-type to a specific target-type.
ValueException
          This exception is thrown if a something goes wrong about values.
ValueNotSetException
          This is the exception thrown if a required value was not set.
ValueOutOfRangeException
          This is the exception thrown if a numeric value is not in the expected range.
ValueValidator
          A ValueValidator allows to validate according values.
WrongValueTypeException
          This exception is thrown if a value has the wrong type (a different value type was expected).
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.value.base
ComposedValueConverter
          This is the interface for a ValueConverter that is composed out of individual ValueConverters.
GenericValueConverter
          This is the interface for generic conversion of values from a specific source-type (<SOURCE>) to a given target-type ( <TARGET>).
PojoValidator
          A PojoValidator is a ValueValidator for Pojos.
SimpleValueConverter
          This is the interface for a converter that converts a value of the type <SOURCE> to the type <TARGET>.
StringValueConverter
          This is a sub-interface of GenericValueConverter for the most common value type String.
ValueConverter
          This is the interface for a converter that converts a value from a source-type to a specific target-type.
ValueNotSetException
          This is the exception thrown if a required value was not set.
ValueOutOfRangeException
          This is the exception thrown if a numeric value is not in the expected range.
ValueValidator
          A ValueValidator allows to validate according values.
WrongValueTypeException
          This exception is thrown if a value has the wrong type (a different value type was expected).
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.value.impl
ComposedValueConverter
          This is the interface for a ValueConverter that is composed out of individual ValueConverters.
GenericValueConverter
          This is the interface for generic conversion of values from a specific source-type (<SOURCE>) to a given target-type ( <TARGET>).
SimpleValueConverter
          This is the interface for a converter that converts a value of the type <SOURCE> to the type <TARGET>.
ValueConverter
          This is the interface for a converter that converts a value from a source-type to a specific target-type.
ValueException
          This exception is thrown if a something goes wrong about values.
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.xml.api
ValueException
          This exception is thrown if a something goes wrong about values.
 

Classes in net.sf.mmm.util.value.api used by net.sf.mmm.util.xml.base
StringValueConverter
          This is a sub-interface of GenericValueConverter for the most common value type String.
ValueException
          This exception is thrown if a something goes wrong about values.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.