org.zeroexchange.resource.value.operator
Interface ValueService<T extends Value>
- All Known Implementing Classes:
- DoubleValueService, IntegerValueService, StringValueService
public interface ValueService<T extends Value>
Service manages knowledge about each criterion.
For example, it knows what operation can be applied to the particular
criterion.
- Author:
- black
getAppliableOperators
String[] getAppliableOperators(Class<T> valueClass)
- Returns set of the operators appliable to the specified criterion.
Copyright © 2013. All Rights Reserved.