Uses of Class
nl.b3p.csw.jaxb.filter.Literal
-
Packages that use Literal Package Description nl.b3p.csw.jaxb.filter -
-
Uses of Literal in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as Literal Modifier and Type Field Description protected LiteralPropertyIsLikeType. literalMethods in nl.b3p.csw.jaxb.filter that return Literal Modifier and Type Method Description LiteralObjectFactory. createLiteral(LiteralType value)Create an instance ofLiteral}LiteralPropertyIsLikeType. getLiteral()Gets the value of the literal property.Methods in nl.b3p.csw.jaxb.filter with parameters of type Literal Modifier and Type Method Description voidPropertyIsLikeType. setLiteral(Literal value)Sets the value of the literal property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type Literal Constructor Description PropertyIsLikeType(PropertyName propertyName, Literal literal, String wildCard, String singleChar, String escapeChar)Fully-initialising value constructor
-