org.springframework.batch.item.file.transform
Class Alignment

java.lang.Object
  extended by org.springframework.core.enums.AbstractLabeledEnum
      extended by org.springframework.core.enums.AbstractGenericLabeledEnum
          extended by org.springframework.core.enums.StringCodedLabeledEnum
              extended by org.springframework.batch.item.file.transform.Alignment
All Implemented Interfaces:
Serializable, Comparable, LabeledEnum

public class Alignment
extends StringCodedLabeledEnum

Author:
Dave Syer
See Also:
Serialized Form

Field Summary
static Alignment CENTER
           
static Alignment LEFT
           
static Alignment RIGHT
           
 
Fields inherited from interface org.springframework.core.enums.LabeledEnum
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER
 
Constructor Summary
Alignment(String code, String label)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.enums.StringCodedLabeledEnum
getCode, getStringCode
 
Methods inherited from class org.springframework.core.enums.AbstractGenericLabeledEnum
getLabel
 
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum
compareTo, equals, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CENTER

public static final Alignment CENTER

RIGHT

public static final Alignment RIGHT

LEFT

public static final Alignment LEFT
Constructor Detail

Alignment

public Alignment(String code,
                 String label)
Parameters:
code -
label -


Copyright © 2009 SpringSource. All Rights Reserved.