|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Endpoint.EndpointType>
at.newmedialab.ldclient.model.Endpoint.EndpointType
public static enum Endpoint.EndpointType
| Enum Constant Summary | |
|---|---|
CACHE
Endpoint is a triple cache that can be accessed by passing the resource URI as request parameter |
|
LINKEDDATA
Endpoint is direct access to a linked data source |
|
NONE
Endpoint does not retrieve external triples |
|
SPARQL
Endpoint is a SPARQL endpoint that needs to be queried |
|
| Method Summary | |
|---|---|
static Endpoint.EndpointType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Endpoint.EndpointType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Endpoint.EndpointType SPARQL
public static final Endpoint.EndpointType LINKEDDATA
public static final Endpoint.EndpointType CACHE
public static final Endpoint.EndpointType NONE
| Method Detail |
|---|
public static Endpoint.EndpointType[] values()
for (Endpoint.EndpointType c : Endpoint.EndpointType.values()) System.out.println(c);
public static Endpoint.EndpointType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||