public enum OvhStreamAlertConditionConstraintTypeEnum extends Enum<OvhStreamAlertConditionConstraintTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhStreamAlertConditionConstraintTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhStreamAlertConditionConstraintTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhStreamAlertConditionConstraintTypeEnum MEAN
public static final OvhStreamAlertConditionConstraintTypeEnum MIN
public static final OvhStreamAlertConditionConstraintTypeEnum MAX
public static final OvhStreamAlertConditionConstraintTypeEnum SUM
public static final OvhStreamAlertConditionConstraintTypeEnum STDDEV
public static OvhStreamAlertConditionConstraintTypeEnum[] values()
for (OvhStreamAlertConditionConstraintTypeEnum c : OvhStreamAlertConditionConstraintTypeEnum.values()) System.out.println(c);
public static OvhStreamAlertConditionConstraintTypeEnum 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 String toString()
toString in class Enum<OvhStreamAlertConditionConstraintTypeEnum>Copyright © 2018. All rights reserved.