Uses of Enum Class
org.apache.jena.rfc3986.URIScheme
Packages that use URIScheme
-
Uses of URIScheme in org.apache.jena.rfc3986
Methods in org.apache.jena.rfc3986 that return URISchemeModifier and TypeMethodDescriptionstatic URISchemeViolation.scheme()Returns the value of theschemerecord component.static URISchemeReturns the enum constant of this class with the specified name.static URIScheme[]URIScheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.rfc3986 with parameters of type URISchemeModifier and TypeMethodDescriptionstatic booleanURIScheme.fromScheme(String iriStr, URIScheme scheme) Match case insensitivelystatic booleanURIScheme.matchesExact(String iriStr, URIScheme scheme) Match schema name, not including any urn namespace, case sensitivelystatic booleanURIScheme.matchesIgnoreCase(String iriStr, URIScheme scheme) Match case insensitivelyConstructors in org.apache.jena.rfc3986 with parameters of type URIScheme