net.sf.minuteProject.model.data.criteria.value
Class ReturnValue<T>
java.lang.Object
net.sf.minuteProject.model.data.criteria.value.ReturnValue<T>
- Direct Known Subclasses:
- DigitReturnValue
public abstract class ReturnValue<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReturnValue
public ReturnValue()
value
public T value()
setValue
public void setValue(T t)
setDefaultValue
protected abstract void setDefaultValue()
getDefaultValue
protected abstract T getDefaultValue()
Copyright © 2013. All Rights Reserved.