org.zeroexchange.resource.value.operator
Class IntegerValueService

java.lang.Object
  extended by org.zeroexchange.resource.value.operator.AbstractValueService
      extended by 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

Constructor Summary
IntegerValueService()
           
 
Method Summary
 String[] getAppliableOperators(Class<IntegerValue> valueClass)
          Returns set of the operators appliable to the specified criterion.
 Class getProcessingClass()
          Returns root hierarchy current processor can operate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerValueService

public IntegerValueService()
Method Detail

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.