Package org.apache.empire.commons

This package contains various common classes for error handling, specific data types and data type conversion.

See:
          Description

Class Summary
Attributes This class holds a map of objects which are identified by a case insensitive key string.
Attributes.Attribute  
DateUtils This class contains common functions for comparing and converting values of type Date.
ErrorType The ErrorType class defines a type of error.
ObjectUtils This class contains common functions for comparing and converting values of type Object.
ObjectUtils.NoValue This class eplicitly defines that an Object has not been assined a value.
This may be used in cases where the value of null may be a valid value.
OptionEntry This class defines one possible value of a field and it's description
This class is used by the Options class to implement a set of options where the option value us used as the key for the set.
The text should only be used for display purposes e.g.
Options This class represents a list of possible values that are valid for a particular field.
Additionally the class provides a text string describing the value for display purposes.
The class is implemented as a set of OptionEntry objects where the entry value is used as the key for the set and thus must be unique.
StringUtils This class contains common functions for comparing and converting values of type String.
 

Enum Summary
Options.InsertPos  
 

Package org.apache.empire.commons Description

This package contains various common classes for error handling, specific data types and data type conversion.



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.