public enum FilterUsingFindAPIType extends Enum<FilterUsingFindAPIType> implements Serializable
Java class for filterUsingFindAPI_type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="filterUsingFindAPI_type">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="supported"/>
<enumeration value="unsupported"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
SUPPORTED |
UNSUPPORTED |
| Modifier and Type | Method and Description |
|---|---|
static FilterUsingFindAPIType |
fromValue(String v) |
String |
value() |
static FilterUsingFindAPIType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterUsingFindAPIType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterUsingFindAPIType SUPPORTED
public static final FilterUsingFindAPIType UNSUPPORTED
public static FilterUsingFindAPIType[] values()
for (FilterUsingFindAPIType c : FilterUsingFindAPIType.values()) System.out.println(c);
public static FilterUsingFindAPIType 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 value()
public static FilterUsingFindAPIType fromValue(String v)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.