org.zeroexchange.resource.value.operator
Class IntegerValueService
java.lang.Object
org.zeroexchange.resource.value.operator.AbstractValueService
org.zeroexchange.resource.value.operator.IntegerValueService
- All Implemented Interfaces:
- DataProcessor, ValueService<IntegerValue>
public class IntegerValueService
- extends AbstractValueService
- implements ValueService<IntegerValue>, DataProcessor
The implementation of the criterion service for double criteria.
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerValueService
public IntegerValueService()
getAppliableOperators
public String[] getAppliableOperators(Class<IntegerValue> valueClass)
- Description copied from interface:
ValueService
- Returns set of the operators appliable to the specified criterion.
- Specified by:
getAppliableOperators
in interface ValueService<IntegerValue>
getProcessingClass
public Class getProcessingClass()
- Description copied from interface:
DataProcessor
- Returns root hierarchy current processor can operate
- Specified by:
getProcessingClass
in interface DataProcessor
Copyright © 2013. All Rights Reserved.