Uses of Class
nl.b3p.csw.jaxb.filter.SortOrderType
-
Packages that use SortOrderType Package Description nl.b3p.csw.client nl.b3p.csw.jaxb.filter -
-
Uses of SortOrderType in nl.b3p.csw.client
Methods in nl.b3p.csw.client with parameters of type SortOrderType Modifier and Type Method Description static SortByCswRequestCreator. createSortBy(String propertyName, SortOrderType type) -
Uses of SortOrderType in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as SortOrderType Modifier and Type Field Description protected SortOrderTypeSortPropertyType. sortOrderMethods in nl.b3p.csw.jaxb.filter that return SortOrderType Modifier and Type Method Description static SortOrderTypeSortOrderType. fromValue(String v)SortOrderTypeSortPropertyType. getSortOrder()Gets the value of the sortOrder property.static SortOrderTypeSortOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrderType[]SortOrderType. 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 SortOrderType Modifier and Type Method Description voidSortPropertyType. setSortOrder(SortOrderType value)Sets the value of the sortOrder property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type SortOrderType Constructor Description SortPropertyType(PropertyName propertyName, SortOrderType sortOrder)Fully-initialising value constructor
-