public static enum BmcConstants.Deprecated extends Enum<BmcConstants.Deprecated>
BmcConstants.| Modifier and Type | Field and Description |
|---|---|
static String |
BMC_SCHEME |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDeprecatedKey(String newKey) |
static BmcConstants.Deprecated |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BmcConstants.Deprecated[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final String BMC_SCHEME
public static BmcConstants.Deprecated[] values()
for (BmcConstants.Deprecated c : BmcConstants.Deprecated.values()) System.out.println(c);
public static BmcConstants.Deprecated 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 © 2016–2025. All rights reserved.