org.zeroexchange.resource.value.operator
Class StringValueService

java.lang.Object
  extended by org.zeroexchange.resource.value.operator.AbstractValueService
      extended by org.zeroexchange.resource.value.operator.StringValueService
All Implemented Interfaces:
DataProcessor, ValueService<StringValue>

public class StringValueService
extends AbstractValueService
implements ValueService<StringValue>, DataProcessor

The implementation of the criterion service for string criteria.

Author:
black

Constructor Summary
StringValueService()
           
 
Method Summary
 String[] getAppliableOperators(Class<StringValue> 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

StringValueService

public StringValueService()
Method Detail

getAppliableOperators

public String[] getAppliableOperators(Class<StringValue> valueClass)
Description copied from interface: ValueService
Returns set of the operators appliable to the specified criterion.

Specified by:
getAppliableOperators in interface ValueService<StringValue>

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.