public enum Indexing extends Enum<Indexing>
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled() |
boolean |
isLocalOnly() |
String |
toString() |
static Indexing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Indexing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Indexing NONE
public static final Indexing LOCAL
public static final Indexing ALL
public static Indexing[] values()
for (Indexing c : Indexing.values()) System.out.println(c);
public static Indexing 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 isEnabled()
public boolean isLocalOnly()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.