public static enum SkipWhenAdapterNameIs.AdapterName extends Enum<SkipWhenAdapterNameIs.AdapterName>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract boolean |
isEqualTo(String adapterName) |
static SkipWhenAdapterNameIs.AdapterName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkipWhenAdapterNameIs.AdapterName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkipWhenAdapterNameIs.AdapterName XSTREAM
public static final SkipWhenAdapterNameIs.AdapterName LOGMINER
public static SkipWhenAdapterNameIs.AdapterName[] values()
for (SkipWhenAdapterNameIs.AdapterName c : SkipWhenAdapterNameIs.AdapterName.values()) System.out.println(c);
public static SkipWhenAdapterNameIs.AdapterName 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 nullabstract boolean isEqualTo(String adapterName)
Copyright © 2021 JBoss by Red Hat. All rights reserved.