public static enum OntologyService.InferenceMode extends Enum<OntologyService.InferenceMode>
Enum Constant and Description |
---|
NONE |
TRANSITIVE |
Modifier and Type | Method and Description |
---|---|
static OntologyService.InferenceMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntologyService.InferenceMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntologyService.InferenceMode NONE
public static final OntologyService.InferenceMode TRANSITIVE
public static OntologyService.InferenceMode[] values()
for (OntologyService.InferenceMode c : OntologyService.InferenceMode.values()) System.out.println(c);
public static OntologyService.InferenceMode 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 © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.