org.zeroexchange.resource.value.operator
Class StringValueService
java.lang.Object
org.zeroexchange.resource.value.operator.AbstractValueService
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringValueService
public StringValueService()
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.