Uses of Class
nl.b3p.csw.jaxb.filter.BinaryLogicOpType
-
Packages that use BinaryLogicOpType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of BinaryLogicOpType in nl.b3p.csw.jaxb.filter
Methods in nl.b3p.csw.jaxb.filter that return BinaryLogicOpType Modifier and Type Method Description BinaryLogicOpTypeObjectFactory. createBinaryLogicOpType()Create an instance ofBinaryLogicOpTypeMethods in nl.b3p.csw.jaxb.filter with parameters of type BinaryLogicOpType Modifier and Type Method Description AndObjectFactory. createAnd(BinaryLogicOpType value)Create an instance ofAnd}OrObjectFactory. createOr(BinaryLogicOpType value)Create an instance ofOr}Constructors in nl.b3p.csw.jaxb.filter with parameters of type BinaryLogicOpType Constructor Description And(BinaryLogicOpType value)Or(BinaryLogicOpType value)
-