Uses of Class
nl.b3p.csw.util.Protocol
-
Packages that use Protocol Package Description nl.b3p.csw.client nl.b3p.csw.util -
-
Uses of Protocol in nl.b3p.csw.client
Fields in nl.b3p.csw.client declared as Protocol Modifier and Type Field Description protected static ProtocolOutput. defaultProtocolFields in nl.b3p.csw.client with type parameters of type Protocol Modifier and Type Field Description protected static List<Protocol>Output. defaultAllowedProtocolsMethod parameters in nl.b3p.csw.client with type arguments of type Protocol Modifier and Type Method Description List<OnlineResource>Output. getResourcesFlattened(List<Protocol> allowedProtocols)List of OnlineResource's.Map<URI,List<OnlineResource>>Output. getResourcesMap(List<Protocol> allowedProtocols)List of OnlineResource's grouped by URI.Map<URI,List<OnlineResource>>Output. getResourcesMap(org.jdom2.Element resultElem, List<Protocol> allowedProtocols) -
Uses of Protocol in nl.b3p.csw.util
Methods in nl.b3p.csw.util that return Protocol Modifier and Type Method Description static ProtocolProtocol. fromValue(String n)ProtocolOnlineResource. getProtocol()static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.csw.util with parameters of type Protocol Modifier and Type Method Description voidOnlineResource. setProtocol(Protocol protocol)
-