public static enum WebappDaoFactorySDB.SDBDatasetMode extends Enum<WebappDaoFactorySDB.SDBDatasetMode>
| Enum Constant and Description |
|---|
ASSERTIONS_AND_INFERENCES |
ASSERTIONS_ONLY |
INFERENCES_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static WebappDaoFactorySDB.SDBDatasetMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebappDaoFactorySDB.SDBDatasetMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebappDaoFactorySDB.SDBDatasetMode ASSERTIONS_ONLY
public static final WebappDaoFactorySDB.SDBDatasetMode INFERENCES_ONLY
public static final WebappDaoFactorySDB.SDBDatasetMode ASSERTIONS_AND_INFERENCES
public static WebappDaoFactorySDB.SDBDatasetMode[] values()
for (WebappDaoFactorySDB.SDBDatasetMode c : WebappDaoFactorySDB.SDBDatasetMode.values()) System.out.println(c);
public static WebappDaoFactorySDB.SDBDatasetMode 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 © 2022. All rights reserved.