ar.com.fdvs.dj.domain
Class ColumnOperation

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.ColumnOperation
All Implemented Interfaces:
Entity, java.io.Serializable

public class ColumnOperation
extends DJBaseElement

Numerical operations that can be applied by an OperationColumn.

See Also:
OperationColumn, Serialized Form

Field Summary
static ColumnOperation SUBSTRACT
           
static ColumnOperation SUM
           
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Method Summary
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUM

public static ColumnOperation SUM

SUBSTRACT

public static ColumnOperation SUBSTRACT
Method Detail

getValue

public java.lang.String getValue()


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