ar.com.fdvs.dj.domain
Class DJCalculation

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

public class DJCalculation
extends DJBaseElement

Operations that can be shown as a group variable.

See Also:
OperationColumn, Serialized Form

Field Summary
static DJCalculation AVERAGE
           
static DJCalculation COUNT
           
static DJCalculation DISTINCT_COUNT
           
static DJCalculation FIRST
           
static DJCalculation HIGHEST
           
static DJCalculation LOWEST
           
static DJCalculation NOTHING
           
static DJCalculation STANDARD_DEVIATION
           
static DJCalculation SUM
           
static DJCalculation SYSTEM
           
static DJCalculation VARIANCE
           
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Method Summary
 byte getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AVERAGE

public static DJCalculation AVERAGE

COUNT

public static DJCalculation COUNT

FIRST

public static DJCalculation FIRST

HIGHEST

public static DJCalculation HIGHEST

LOWEST

public static DJCalculation LOWEST

NOTHING

public static DJCalculation NOTHING

STANDARD_DEVIATION

public static DJCalculation STANDARD_DEVIATION

SUM

public static DJCalculation SUM

SYSTEM

public static DJCalculation SYSTEM

VARIANCE

public static DJCalculation VARIANCE

DISTINCT_COUNT

public static DJCalculation DISTINCT_COUNT
Method Detail

getValue

public byte getValue()


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