public static enum ModelAccess.WhichService extends Enum<ModelAccess.WhichService> implements ModelAccess.RdfServiceOption, ModelAccess.DatasetOption
| Enum Constant and Description |
|---|
CONFIGURATION |
CONTENT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDefault() |
static ModelAccess.WhichService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelAccess.WhichService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelAccess.WhichService CONTENT
public static final ModelAccess.WhichService CONFIGURATION
public static ModelAccess.WhichService[] values()
for (ModelAccess.WhichService c : ModelAccess.WhichService.values()) System.out.println(c);
public static ModelAccess.WhichService 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 boolean isDefault()
isDefault in interface ModelAccess.ModelAccessOptionCopyright © 2021. All rights reserved.