public static enum RepositoryConfiguration.QueryRebuild extends Enum<RepositoryConfiguration.QueryRebuild>
Enum Constant and Description |
---|
ALWAYS |
FAIL_IF_MISSING |
IF_MISSING |
NEVER |
Modifier and Type | Method and Description |
---|---|
static RepositoryConfiguration.QueryRebuild |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryConfiguration.QueryRebuild[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryConfiguration.QueryRebuild ALWAYS
public static final RepositoryConfiguration.QueryRebuild NEVER
public static final RepositoryConfiguration.QueryRebuild IF_MISSING
public static final RepositoryConfiguration.QueryRebuild FAIL_IF_MISSING
public static RepositoryConfiguration.QueryRebuild[] values()
for (RepositoryConfiguration.QueryRebuild c : RepositoryConfiguration.QueryRebuild.values()) System.out.println(c);
public static RepositoryConfiguration.QueryRebuild 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 © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.