Uses of Class
tech.oxfordsemantic.jrdfox.Prefixes.DecodeResult
| Package | Description | 
|---|---|
| tech.oxfordsemantic.jrdfox | 
- 
Uses of Prefixes.DecodeResult in tech.oxfordsemantic.jrdfoxMethods in tech.oxfordsemantic.jrdfox that return Prefixes.DecodeResult Modifier and Type Method Description Prefixes.DecodeResultPrefixes. decodeIRI(java.lang.String encodedIRI, java.lang.StringBuilder decodedIRI)Prefixes.DecodeResultPrefixes. decodeIRI(java.lang.String encodedIRI, java.util.function.Consumer<java.lang.String> decodedIRI)static Prefixes.DecodeResultPrefixes.DecodeResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Prefixes.DecodeResult[]Prefixes.DecodeResult. values()Returns an array containing the constants of this enum type, in the order they are declared.