Package | Description |
---|---|
org.apache.commons.flatfile |
Entity interface hierarchy and basic implementations.
|
Modifier and Type | Method and Description |
---|---|
FieldSupport.Overflow |
Field.getOverflow()
Get the overflow.
|
FieldSupport.Overflow |
DynamicField.getOverflow()
Get the overflow.
|
static FieldSupport.Overflow |
FieldSupport.Overflow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldSupport.Overflow[] |
FieldSupport.Overflow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Field.setOverflow(FieldSupport.Overflow overflow)
Set the overflow.
|
void |
DynamicField.setOverflow(FieldSupport.Overflow overflow)
Set the overflow.
|
Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.