Enum AlertTypes.AlertType
- java.lang.Object
-
- java.lang.Enum<AlertTypes.AlertType>
-
- com.thingworx.system.subsystems.alerts.data.AlertTypes.AlertType
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<AlertTypes.AlertType>
- Enclosing class:
- AlertTypes
@ThingworxExtensionApiClass(since={6,6}) public static enum AlertTypes.AlertType extends java.lang.Enum<AlertTypes.AlertType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Above
Anomaly
Below
ChangeAbove
Deprecated.Change above alerts are no longer supported.ChangeBelow
Deprecated.Change below alerts are no longer supported.DeviationAbove
DeviationBelow
EqualTo
InRange
NotEqualTo
OutOfRange
SPCRule18OutOfRange
SPCRule256Above
SPCRule256Below
SPCRule3Decreasing
SPCRule3Increasing
SPCRule4Alternating
SPCRule7InRange
Trend
Unknown
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertTypes.AlertCategories
getAlertCategory()
static AlertTypes.AlertType
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AlertTypes.AlertType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Below
public static final AlertTypes.AlertType Below
-
SPCRule256Below
public static final AlertTypes.AlertType SPCRule256Below
-
DeviationBelow
public static final AlertTypes.AlertType DeviationBelow
-
NotEqualTo
public static final AlertTypes.AlertType NotEqualTo
-
Trend
public static final AlertTypes.AlertType Trend
-
SPCRule3Increasing
public static final AlertTypes.AlertType SPCRule3Increasing
-
ChangeBelow
@Deprecated public static final AlertTypes.AlertType ChangeBelow
Deprecated.Change below alerts are no longer supported.
-
EqualTo
public static final AlertTypes.AlertType EqualTo
-
SPCRule3Decreasing
public static final AlertTypes.AlertType SPCRule3Decreasing
-
ChangeAbove
@Deprecated public static final AlertTypes.AlertType ChangeAbove
Deprecated.Change above alerts are no longer supported.
-
SPCRule7InRange
public static final AlertTypes.AlertType SPCRule7InRange
-
SPCRule4Alternating
public static final AlertTypes.AlertType SPCRule4Alternating
-
Unknown
public static final AlertTypes.AlertType Unknown
-
InRange
public static final AlertTypes.AlertType InRange
-
SPCRule18OutOfRange
public static final AlertTypes.AlertType SPCRule18OutOfRange
-
Anomaly
public static final AlertTypes.AlertType Anomaly
-
DeviationAbove
public static final AlertTypes.AlertType DeviationAbove
-
OutOfRange
public static final AlertTypes.AlertType OutOfRange
-
SPCRule256Above
public static final AlertTypes.AlertType SPCRule256Above
-
Above
public static final AlertTypes.AlertType Above
-
-
Method Detail
-
values
public static AlertTypes.AlertType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AlertTypes.AlertType c : AlertTypes.AlertType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AlertTypes.AlertType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getAlertCategory
@ThingworxExtensionApiMethod(since={6,6}) public AlertTypes.AlertCategories getAlertCategory()
-
-