public static enum FoxParameter.Output extends Enum<FoxParameter.Output>
Enum Constant and Description |
---|
JSONLD |
NQUADS |
RDFJSON |
RDFXML |
TRIG |
TURTLE |
Modifier and Type | Method and Description |
---|---|
static FoxParameter.Output |
fromString(String type) |
String |
toString() |
static FoxParameter.Output |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FoxParameter.Output[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FoxParameter.Output RDFXML
public static final FoxParameter.Output TURTLE
public static final FoxParameter.Output RDFJSON
public static final FoxParameter.Output JSONLD
public static final FoxParameter.Output TRIG
public static final FoxParameter.Output NQUADS
public static FoxParameter.Output[] values()
for (FoxParameter.Output c : FoxParameter.Output.values()) System.out.println(c);
public static FoxParameter.Output 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 String toString()
toString
in class Enum<FoxParameter.Output>
public static FoxParameter.Output fromString(String type)
Copyright © 2024. All rights reserved.