public enum ConfigurationStatus extends Enum<ConfigurationStatus>
| Modifier and Type | Method and Description |
|---|---|
int |
getNumVal() |
static ConfigurationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="targeted") public static final ConfigurationStatus TARGETED
@SerializedName(value="applied") public static final ConfigurationStatus APPLIED
public static ConfigurationStatus[] values()
for (ConfigurationStatus c : ConfigurationStatus.values()) System.out.println(c);
public static ConfigurationStatus 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 int getNumVal()
Copyright © 2019. All rights reserved.