Uses of Class
nl.b3p.csw.jaxb.filter.SpatialOperatorNameType
-
Packages that use SpatialOperatorNameType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of SpatialOperatorNameType in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as SpatialOperatorNameType Modifier and Type Field Description protected SpatialOperatorNameTypeSpatialOperatorType. nameMethods in nl.b3p.csw.jaxb.filter that return SpatialOperatorNameType Modifier and Type Method Description static SpatialOperatorNameTypeSpatialOperatorNameType. fromValue(String v)SpatialOperatorNameTypeSpatialOperatorType. getName()Gets the value of the name property.static SpatialOperatorNameTypeSpatialOperatorNameType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpatialOperatorNameType[]SpatialOperatorNameType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.csw.jaxb.filter with parameters of type SpatialOperatorNameType Modifier and Type Method Description voidSpatialOperatorType. setName(SpatialOperatorNameType value)Sets the value of the name property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type SpatialOperatorNameType Constructor Description SpatialOperatorType(GeometryOperandsType geometryOperands, SpatialOperatorNameType name)Fully-initialising value constructor
-