See: Description
Interface | Description |
---|---|
Entity |
Represents a record or field.
|
EntityCollection |
An entity that is a collection of child entities.
|
EntityFactory |
Entity factory interface.
|
FieldOption |
Field option marker interface.
|
IndexedEntityCollection |
EntityCollection whose children are indexed.
|
NamedEntityCollection |
EntityCollection whose children are mapped to a name.
|
Class | Description |
---|---|
DynamicField |
Dynamically-resizable field.
|
DynamicField.Bounds |
Bounds
|
EntityArray |
Entity collection with the following approach: a size (number of children)
and a prototypical child are assigned.
|
EntityCollectionSupport |
Implementation of common operations for an EntityCollection.
|
EntityMap |
Basic implementation of NamedEntityCollection.
|
EntitySupport |
Generic entity support stuff.
|
Field |
Stores string representations of objects in a (fixed-length) byte array.
|
FieldSupport |
Support and basic field options.
|
ImmutableEntity |
Immutable Entity factory, using Java 1.3 proxies.
|
InputFilteringDynamicField |
Dynamic field with filtered input.
|
PadJustifyFieldSupport |
Support for fields with pad/justify.
|
Enum | Description |
---|---|
FieldSupport.Overflow |
Overflow behavior enumerated type.
|
FieldSupport.Underflow |
Underflow behavior enumerated type.
|
PadJustifyFieldSupport.Justify |
Justify enumerated type.
|
Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.