Package | Description |
---|---|
org.apache.commons.flatfile |
Entity interface hierarchy and basic implementations.
|
Modifier and Type | Field and Description |
---|---|
static DynamicField.Bounds |
DynamicField.Bounds.ALL_VALID
Immutable range of all valid lengths.
|
static DynamicField.Bounds |
DynamicField.Bounds.DEFAULT
Default bounds.
|
Modifier and Type | Method and Description |
---|---|
DynamicField.Bounds |
DynamicField.getBounds()
Get the bounds.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicField.setBounds(DynamicField.Bounds bounds)
Set the bounds.
|
Constructor and Description |
---|
DynamicField(DynamicField.Bounds bounds)
Create a new DynamicField.
|
InputFilteringDynamicField(DynamicField.Bounds bounds)
Create a new InputFilteringDynamicField.
|
InputFilteringDynamicField(DynamicField.Bounds bounds,
FilterFactory filterFactory)
Create a new InputFilteringDynamicField.
|
Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.