Uses of Class
nl.b3p.csw.jaxb.filter.BinaryOperatorType
-
Packages that use BinaryOperatorType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of BinaryOperatorType in nl.b3p.csw.jaxb.filter
Methods in nl.b3p.csw.jaxb.filter that return BinaryOperatorType Modifier and Type Method Description BinaryOperatorTypeObjectFactory. createBinaryOperatorType()Create an instance ofBinaryOperatorTypeMethods in nl.b3p.csw.jaxb.filter with parameters of type BinaryOperatorType Modifier and Type Method Description AddObjectFactory. createAdd(BinaryOperatorType value)Create an instance ofAdd}DivObjectFactory. createDiv(BinaryOperatorType value)Create an instance ofDiv}MulObjectFactory. createMul(BinaryOperatorType value)Create an instance ofMul}SubObjectFactory. createSub(BinaryOperatorType value)Create an instance ofSub}Constructors in nl.b3p.csw.jaxb.filter with parameters of type BinaryOperatorType Constructor Description Add(BinaryOperatorType value)Div(BinaryOperatorType value)Mul(BinaryOperatorType value)Sub(BinaryOperatorType value)
-