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