ar.com.fdvs.dj.domain.constants
Class HorizontalAlign

java.lang.Object
  extended by ar.com.fdvs.dj.domain.constants.BaseDomainConstant
      extended by ar.com.fdvs.dj.domain.constants.HorizontalAlign
All Implemented Interfaces:
java.io.Serializable

public class HorizontalAlign
extends BaseDomainConstant

See Also:
Serialized Form

Field Summary
static HorizontalAlign CENTER
           
static HorizontalAlign JUSTIFY
           
static HorizontalAlign LEFT
           
static HorizontalAlign RIGHT
           
 
Method Summary
 byte getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static HorizontalAlign LEFT

RIGHT

public static HorizontalAlign RIGHT

CENTER

public static HorizontalAlign CENTER

JUSTIFY

public static HorizontalAlign JUSTIFY
Method Detail

getValue

public byte getValue()


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.