@Deprecated public enum UriType extends Enum<UriType>
| Enum Constant and Description |
|---|
DEREFERENCEABLE
Deprecated.
The resource with this URI is dereferenceable.
|
DUMP
Deprecated.
This URI points to a dump file.
|
SPARQL
Deprecated.
This URI points to a SPARQL endpoint.
|
UNKNOWN
Deprecated.
The type of this URI is not known.
|
uriType
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static UriType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static UriType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriType UNKNOWN
public static final UriType DEREFERENCEABLE
public static final UriType SPARQL
public static final UriType DUMP
public static final UriType uriType
public static UriType[] values()
for (UriType c : UriType.values()) System.out.println(c);
public static UriType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017–2019. All rights reserved.