Class NotConditionConfiguration
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions.FilterConditionConfiguration
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions.UnaryConditionConfiguration
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions.NotConditionConfiguration
-
- All Implemented Interfaces:
XMLWritable
public class NotConditionConfiguration extends UnaryConditionConfiguration
-
-
Constructor Summary
Constructors Constructor Description NotConditionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetName()-
Methods inherited from class com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions.UnaryConditionConfiguration
getCondition, withCondition, write
-
Methods inherited from class com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions.FilterConditionConfiguration
as, is
-
-
-
-
Method Detail
-
getName
protected String getName()
- Specified by:
getNamein classUnaryConditionConfiguration
-
-