Package com.niggle.data.metadata

Class Summary
BooleanField A FieldDescriptor that describes a field with a boolean true/false value.
ClasspathEntityResolver Resolve entities from the classpath.
DataSourceMetadata An object that provides metadata about how to instantiate a DataSource object -- it bridges the W3C DOM with our DataSource descriptions in XML format.
DateField A descriptor for a field that holds a date or timestamp (probably a misnomer, should be called TimeStampField)
DOMUtil holder for various useful routines in manipulating a W3C DOM tree.
EnumField A String field that only admits a set of possible string values.
Field abstract base class for objects that represent the metadata relating to a record field.
HashtableField A descriptor for a field that represents a Hashtable.
IntArrayField A descriptor for a field that represents an array of integer values
LocaleField A Field subtype that indicates that this field represents an instance of java.util.Locale.
MetadataLoader  
NumericalField A descriptor for a field that holds a single numerical value.
RecordMetadata An implementation of the RecordDescriptor interface.
StringArrayField A descriptor for a field that represents an array of String values
StringField Field metadata that represents a field with a string value.
TimeZoneField A descriptor for a field that holds a time zone
URLField Field descriptor that describes a field that must be a valid URL