public static enum Provisioning.ThresholdTypeSeverity extends Enum<Provisioning.ThresholdTypeSeverity>
| Modifier and Type | Method and Description |
|---|---|
static Provisioning.ThresholdTypeSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Provisioning.ThresholdTypeSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Provisioning.ThresholdTypeSeverity Unknown
public static final Provisioning.ThresholdTypeSeverity Info
public static final Provisioning.ThresholdTypeSeverity Warning
public static final Provisioning.ThresholdTypeSeverity Error
public static Provisioning.ThresholdTypeSeverity[] values()
for (Provisioning.ThresholdTypeSeverity c : Provisioning.ThresholdTypeSeverity.values()) System.out.println(c);
public static Provisioning.ThresholdTypeSeverity 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 © 2022. All rights reserved.