public static enum AnalysisRequest.OutputFormat extends Enum<AnalysisRequest.OutputFormat>
| Enum Constant and Description |
|---|
JSON |
JSONLD |
NT |
RDFJSON |
RDFXML |
TURTLE |
XML |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisRequest.OutputFormat |
get(String type) |
javax.ws.rs.core.MediaType |
value() |
static AnalysisRequest.OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisRequest.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalysisRequest.OutputFormat XML
public static final AnalysisRequest.OutputFormat JSON
public static final AnalysisRequest.OutputFormat JSONLD
public static final AnalysisRequest.OutputFormat RDFXML
public static final AnalysisRequest.OutputFormat RDFJSON
public static final AnalysisRequest.OutputFormat TURTLE
public static final AnalysisRequest.OutputFormat NT
public static AnalysisRequest.OutputFormat[] values()
for (AnalysisRequest.OutputFormat c : AnalysisRequest.OutputFormat.values()) System.out.println(c);
public static AnalysisRequest.OutputFormat 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 nullpublic javax.ws.rs.core.MediaType value()
public static AnalysisRequest.OutputFormat get(String type)
Copyright © 2014 Redlink GmbH. All rights reserved.