public enum AcceptStrategies extends Enum<AcceptStrategies> implements AcceptStrategy
| Enum Constant and Description |
|---|
ACCEPT_ALL |
ACCEPT_ALL| Modifier and Type | Method and Description |
|---|---|
static AcceptStrategies |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcceptStrategies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfaccept$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablepublic static final AcceptStrategies ACCEPT_ALL
public static AcceptStrategies[] values()
for (AcceptStrategies c : AcceptStrategies.values()) System.out.println(c);
public static AcceptStrategies 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 © 2023. All rights reserved.