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

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

public class IntegerValue
extends DigitReturnValue<Integer>


Field Summary
 
Fields inherited from interface net.sf.minuteProject.model.data.criteria.face.IFunction
AVG, COUNT, MAX, MIN
 
Constructor Summary
IntegerValue(Integer i)
           
 
Method Summary
protected  DigitReturnValue<Integer> getDefault()
           
protected  Integer 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

IntegerValue

public IntegerValue(Integer i)
Method Detail

setDefaultValue

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

getDefaultValue

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

getDefault

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


Copyright © 2013. All Rights Reserved.