public static enum Parser72.Mode extends Enum<Parser72.Mode>
Modifier and Type | Method and Description |
---|---|
CacheMode |
apply(CacheMode mode) |
static Parser72.Mode |
forCacheMode(CacheMode mode) |
boolean |
isSynchronous() |
static Parser72.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser72.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parser72.Mode SYNC
public static final Parser72.Mode ASYNC
public static Parser72.Mode[] values()
for (Parser72.Mode c : Parser72.Mode.values()) System.out.println(c);
public static Parser72.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 static Parser72.Mode forCacheMode(CacheMode mode)
public boolean isSynchronous()
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.