Class FilterConditionConfiguration
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions.FilterConditionConfiguration
-
- All Implemented Interfaces:
XMLWritable
- Direct Known Subclasses:
BinaryConditionConfiguration,CustomConditionConfiguration,UnaryConditionConfiguration
public abstract class FilterConditionConfiguration extends Object implements XMLWritable
-
-
Constructor Summary
Constructors Constructor Description FilterConditionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tas(Class<T> clazz)booleanis(Class<?> clazz)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.lyncode.xoai.dataprovider.xml.XMLWritable
write
-
-