public static enum BrokerURIUtils.MergeMode extends Enum<BrokerURIUtils.MergeMode>
Enum Constant and Description |
---|
PREFER_EXISTING_PARAMETERS |
PREFER_NEW_PARAMETERS |
Modifier and Type | Method and Description |
---|---|
static BrokerURIUtils.MergeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrokerURIUtils.MergeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrokerURIUtils.MergeMode PREFER_EXISTING_PARAMETERS
public static final BrokerURIUtils.MergeMode PREFER_NEW_PARAMETERS
public static BrokerURIUtils.MergeMode[] values()
for (BrokerURIUtils.MergeMode c : BrokerURIUtils.MergeMode.values()) System.out.println(c);
public static BrokerURIUtils.MergeMode 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 © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.