public static enum AbstractFinder.MODE extends Enum<AbstractFinder.MODE>
Enum Constant and Description |
---|
add |
emptyadd |
emptyonly |
propertyonly |
replace |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
static AbstractFinder.MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractFinder.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractFinder.MODE emptyonly
public static final AbstractFinder.MODE replace
public static final AbstractFinder.MODE add
public static final AbstractFinder.MODE emptyadd
public static final AbstractFinder.MODE propertyonly
public static AbstractFinder.MODE[] values()
for (AbstractFinder.MODE c : AbstractFinder.MODE.values()) System.out.println(c);
public static AbstractFinder.MODE 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 String getDescription()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.