net.sf.minuteProject.model.data.criteria.value
Class LongValue

java.lang.Object
  extended by net.sf.minuteProject.model.data.criteria.value.ReturnValue<T>
      extended by net.sf.minuteProject.model.data.criteria.value.DigitReturnValue<Long>
          extended by net.sf.minuteProject.model.data.criteria.value.LongValue
All Implemented Interfaces:
IFunction

public class LongValue
extends DigitReturnValue<Long>


Field Summary
 
Fields inherited from interface net.sf.minuteProject.model.data.criteria.face.IFunction
AVG, COUNT, MAX, MIN
 
Constructor Summary
LongValue(Long i)
           
 
Method Summary
protected  DigitReturnValue<Long> getDefault()
           
protected  Long getDefaultValue()
           
protected  void setDefaultValue()
           
 
Methods inherited from class net.sf.minuteProject.model.data.criteria.value.ReturnValue
setValue, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongValue

public LongValue(Long i)
Method Detail

setDefaultValue

protected void setDefaultValue()
Specified by:
setDefaultValue in class ReturnValue<Long>

getDefaultValue

protected Long getDefaultValue()
Specified by:
getDefaultValue in class ReturnValue<Long>

getDefault

protected DigitReturnValue<Long> getDefault()
Specified by:
getDefault in class DigitReturnValue<Long>


Copyright © 2013. All Rights Reserved.