public static enum OConstants.OntologyFormat extends Enum<OConstants.OntologyFormat>
Modifier and Type | Method and Description |
---|---|
static OConstants.OntologyFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OConstants.OntologyFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OConstants.OntologyFormat RDFXML
public static final OConstants.OntologyFormat TURTLE
public static final OConstants.OntologyFormat N3
public static final OConstants.OntologyFormat NTRIPLES
public static OConstants.OntologyFormat[] values()
for (OConstants.OntologyFormat c : OConstants.OntologyFormat.values()) System.out.println(c);
public static OConstants.OntologyFormat 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 © 2024 GATE. All rights reserved.