public static enum PropertySearchResultcode.PropertySearchResultCode extends Enum<PropertySearchResultcode.PropertySearchResultCode>
Enum Constant and Description |
---|
NO_USERS_FOUND |
OK |
TOO_MANY_ENTRIES_FOUND |
Modifier and Type | Method and Description |
---|---|
static PropertySearchResultcode.PropertySearchResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertySearchResultcode.PropertySearchResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertySearchResultcode.PropertySearchResultCode OK
public static final PropertySearchResultcode.PropertySearchResultCode TOO_MANY_ENTRIES_FOUND
public static final PropertySearchResultcode.PropertySearchResultCode NO_USERS_FOUND
public static PropertySearchResultcode.PropertySearchResultCode[] values()
for (PropertySearchResultcode.PropertySearchResultCode c : PropertySearchResultcode.PropertySearchResultCode.values()) System.out.println(c);
public static PropertySearchResultcode.PropertySearchResultCode 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 KOBIL Systems GmbH. All rights reserved.