Enum AlertSummaryTable.Column
- java.lang.Object
- 
- java.lang.Enum<AlertSummaryTable.Column>
- 
- com.inductiveautomation.factorypmi.application.components.AlertSummaryTable.Column
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Comparable<AlertSummaryTable.Column>
 - Enclosing class:
- AlertSummaryTable
 
 public static enum AlertSummaryTable.Column extends java.lang.Enum<AlertSummaryTable.Column> 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()static AlertSummaryTable.ColumnvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlertSummaryTable.Column[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Timestamppublic static final AlertSummaryTable.Column Timestamp 
 - 
Systempublic static final AlertSummaryTable.Column System 
 - 
ItemPathpublic static final AlertSummaryTable.Column ItemPath 
 - 
Pathpublic static final AlertSummaryTable.Column Path 
 - 
Valuepublic static final AlertSummaryTable.Column Value 
 - 
Statepublic static final AlertSummaryTable.Column State 
 - 
Severitypublic static final AlertSummaryTable.Column Severity 
 - 
Clearedpublic static final AlertSummaryTable.Column Cleared 
 - 
Clear_Valuepublic static final AlertSummaryTable.Column Clear_Value 
 - 
Ackedpublic static final AlertSummaryTable.Column Acked 
 - 
Acked_Bypublic static final AlertSummaryTable.Column Acked_By 
 
- 
 - 
Method Detail- 
valuespublic static AlertSummaryTable.Column[] 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 (AlertSummaryTable.Column c : AlertSummaryTable.Column.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static AlertSummaryTable.Column 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 name
- java.lang.NullPointerException- if the argument is null
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Enum<AlertSummaryTable.Column>
 
 
- 
 
-