public class FixedWidthFlatFilePropertySpecification extends AbstractFlatFilePropertySpecificationBase
Modifier and Type | Field and Description |
---|---|
protected int |
end |
protected int |
start |
dateFormat, formatterClass, formatToTimestamp, leftTrim, propertyName, rightTrim
Constructor and Description |
---|
FixedWidthFlatFilePropertySpecification() |
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
int |
getStart() |
void |
setEnd(int end)
Sets the ending index of the substring to parse; if not set, line will be parsed to end of String
|
void |
setStart(int start)
Sets the beginning index of the substring to parse
|
getFormattedObject, getFormatter, getFormatterClass, getPropertyName, setDateFormat, setFormatterClass, setFormatToTimestamp, setLeftTrim, setProperty, setPropertyName, setRightTrim
public FixedWidthFlatFilePropertySpecification()
public int getStart()
public void setStart(int start)
start
- the beginning index of the substring to parsepublic int getEnd()
public void setEnd(int end)
end
- the ending index of the substring to parseCopyright © 2004–2014 The Kuali Foundation. All rights reserved.