
public static enum Property.Search extends Enum<Property.Search>
| Enum Constant and Description |
|---|
PROPERTY_SEARCH_CHILDREN
Search children first
|
PROPERTY_SEARCH_DEFAULT
Do not search child options
|
| Modifier and Type | Method and Description |
|---|---|
static Property.Search |
swigToEnum(int swigValue) |
int |
swigValue() |
static Property.Search |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.Search[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.Search PROPERTY_SEARCH_DEFAULT
public static final Property.Search PROPERTY_SEARCH_CHILDREN
public static Property.Search[] values()
for (Property.Search c : Property.Search.values()) System.out.println(c);
public static Property.Search 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 final int swigValue()
public static Property.Search swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.