public static enum RDFService.SPARQLQueryType extends Enum<RDFService.SPARQLQueryType>
| Modifier and Type | Method and Description |
|---|---|
static RDFService.SPARQLQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDFService.SPARQLQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDFService.SPARQLQueryType SELECT
public static final RDFService.SPARQLQueryType CONSTRUCT
public static final RDFService.SPARQLQueryType DESCRIBE
public static final RDFService.SPARQLQueryType ASK
public static RDFService.SPARQLQueryType[] values()
for (RDFService.SPARQLQueryType c : RDFService.SPARQLQueryType.values()) System.out.println(c);
public static RDFService.SPARQLQueryType 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 © 2016. All rights reserved.