|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PadJustifyFieldSupport.Justify>
org.apache.commons.flatfile.PadJustifyFieldSupport.Justify
public static enum PadJustifyFieldSupport.Justify
Justify enumerated type.
| Enum Constant Summary | |
|---|---|
CENTER
Center |
|
LEFT
Left-justify |
|
RIGHT
Right-justify |
|
| Method Summary | |
|---|---|
protected abstract InputStream |
getInputStream(byte[] src,
PadJustifyFieldSupport dest)
Get an InputStream for the specified parameters. |
static PadJustifyFieldSupport.Justify |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PadJustifyFieldSupport.Justify[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PadJustifyFieldSupport.Justify LEFT
public static final PadJustifyFieldSupport.Justify RIGHT
public static final PadJustifyFieldSupport.Justify CENTER
| Method Detail |
|---|
public static final PadJustifyFieldSupport.Justify[] values()
for(PadJustifyFieldSupport.Justify c : PadJustifyFieldSupport.Justify.values())
System.out.println(c);
public static PadJustifyFieldSupport.Justify valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
protected abstract InputStream getInputStream(byte[] src,
PadJustifyFieldSupport dest)
src - byte[] valuedest - PadJustifyFieldSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||