com.ancientprogramming.fixedformat4j.format
Class FormatInstructions
java.lang.Object
com.ancientprogramming.fixedformat4j.format.FormatInstructions
public class FormatInstructions
- extends java.lang.Object
Contains instructions on how to export and load fixed formatted data.
- Since:
- 1.0.0
- Author:
- Jacob von Eyben - http://www.ancientprogramming.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FormatInstructions
public FormatInstructions(int length,
Align alignment,
char paddingChar,
FixedFormatPatternData fixedFormatPatternData,
FixedFormatBooleanData fixedFormatBooleanData,
FixedFormatNumberData fixedFormatNumberData,
FixedFormatDecimalData fixedFormatDecimalData)
getLength
public int getLength()
getAlignment
public Align getAlignment()
getPaddingChar
public char getPaddingChar()
getFixedFormatPatternData
public FixedFormatPatternData getFixedFormatPatternData()
getFixedFormatBooleanData
public FixedFormatBooleanData getFixedFormatBooleanData()
getFixedFormatDecimalData
public FixedFormatDecimalData getFixedFormatDecimalData()
getFixedFormatNumberData
public FixedFormatNumberData getFixedFormatNumberData()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008 ancientprogramming.com. All Rights Reserved.