public static enum AtlasEndpoint.TargetMapMode extends Enum<AtlasEndpoint.TargetMapMode>
Enum Constant and Description |
---|
EXCHANGE_PROPERTY |
MAP |
MESSAGE_HEADER |
Modifier and Type | Method and Description |
---|---|
static AtlasEndpoint.TargetMapMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtlasEndpoint.TargetMapMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtlasEndpoint.TargetMapMode MAP
public static final AtlasEndpoint.TargetMapMode MESSAGE_HEADER
public static final AtlasEndpoint.TargetMapMode EXCHANGE_PROPERTY
public static AtlasEndpoint.TargetMapMode[] values()
for (AtlasEndpoint.TargetMapMode c : AtlasEndpoint.TargetMapMode.values()) System.out.println(c);
public static AtlasEndpoint.TargetMapMode 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 © 2021 JBoss by Red Hat. All rights reserved.