public enum ConfigurationProfile extends Enum<ConfigurationProfile>
Enum Constant and Description |
---|
V1
Version 1.0 of the configuration profile, with initial defaults.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationProfile V1
public static ConfigurationProfile 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 ConfigurationProfile[] values()
for (ConfigurationProfile c : ConfigurationProfile.values()) System.out.println(c);
Copyright 2019-2024 Solace Corporation. All rights reserved.