public final class EmailConstants extends Object
Modifier and Type | Field and Description |
---|---|
static EmailConstants |
CORRELATED_WATCHDOG_CODE |
static EmailConstants |
CORRELATED_WATCHDOG_EXPRESSION |
static EmailConstants |
CORRELATED_WATCHDOG_LABEL |
static EmailConstants |
CORRELATED_WATCHDOG_RESULTS |
static EmailConstants |
DATASET |
static EmailConstants |
DATASPACE |
static EmailConstants |
DEC_BUSINESS_CODE |
static EmailConstants |
DEC_LABEL |
static EmailConstants |
FIELD |
static EmailConstants |
FILTER_PREDICATE |
static EmailConstants |
GROUP |
static EmailConstants |
INDICATOR_CODE |
static EmailConstants |
INDICATOR_LABEL |
static EmailConstants |
INDICATOR_RESULT |
static EmailConstants |
OPERATION |
static EmailConstants |
RECORD_LINK |
static EmailConstants |
SYSTEM_DATE |
static EmailConstants |
SYSTEM_DATE_TIME |
static EmailConstants |
SYSTEM_TIME |
static EmailConstants |
TABLE |
static EmailConstants |
TABLE_LINK |
static EmailConstants |
WATCHDOG_CODE |
static EmailConstants |
WATCHDOG_EXPRESSION |
static EmailConstants |
WATCHDOG_LABEL |
static EmailConstants |
WORKFLOW |
Modifier and Type | Method and Description |
---|---|
String |
format()
Returns the placeholder string of this constant in email templates.
|
boolean |
isCorrelatedWatchdogCode()
Returns
true if this constant represents a correlated watchdog code. |
boolean |
isCorrelatedWatchdogExpression()
Returns
true if this constant represents a correlated watchdog expression. |
boolean |
isCorrelatedWatchdogLabel()
Returns
true if this constant represents a correlated watchdog label. |
boolean |
isCorrelatedWatchdogResults()
Returns
true if this constant represents watchdog indicator results of a correlated watchdog. |
boolean |
isDataset()
Returns
true if this constant represents a data set. |
boolean |
isDataspace()
Returns
true if this constant represents a data space. |
boolean |
isDECBusinessCode()
Returns
true if this constant represents a data element concept business code. |
boolean |
isDECLabel()
Returns
true if this constant represents a data element concept label. |
boolean |
isField()
Returns
true if this constant represents a field. |
boolean |
isFilterPredicate()
Returns
true if this constant represents a filter predicate. |
boolean |
isGroup()
Returns
true if this constant represents a group. |
boolean |
isIndicatorCode()
Returns
true if this constant represents an Indicator code. |
boolean |
isIndicatorLabel()
Returns
true if this constant represents an Indicator label. |
boolean |
isIndicatorResult()
Returns
true if this constant represents an Indicator result. |
boolean |
isOperation()
Returns
true if this constant represents an operation. |
boolean |
isRecordLink()
Returns
true if this constant represents a record reference. |
boolean |
isSystemDate()
Returns
true if this constant represents a date instance. |
boolean |
isSystemDateTime()
Returns
true if this constant represents a date-time instance. |
boolean |
isSystemTime()
Returns
true if this constant represents a time instance. |
boolean |
isTable()
Returns
true if this constant represents a table. |
boolean |
isTableLink()
Returns
true if this constant represents a table reference. |
boolean |
isWatchdogCode()
Returns
true if this constant represents a watchdog code. |
boolean |
isWatchdogExpression()
Returns
true if this constant represents a watchdog expression. |
boolean |
isWatchdogLabel()
Returns
true if this constant represents a watchdog label. |
boolean |
isWorkflow()
Returns
true if this constant represents a workflow. |
public static final EmailConstants SYSTEM_DATE
public static final EmailConstants SYSTEM_TIME
public static final EmailConstants SYSTEM_DATE_TIME
public static final EmailConstants INDICATOR_CODE
public static final EmailConstants INDICATOR_LABEL
public static final EmailConstants INDICATOR_RESULT
public static final EmailConstants DEC_BUSINESS_CODE
public static final EmailConstants DEC_LABEL
public static final EmailConstants OPERATION
public static final EmailConstants WORKFLOW
public static final EmailConstants DATASPACE
public static final EmailConstants DATASET
public static final EmailConstants TABLE
public static final EmailConstants GROUP
public static final EmailConstants FIELD
public static final EmailConstants TABLE_LINK
public static final EmailConstants RECORD_LINK
public static final EmailConstants WATCHDOG_CODE
public static final EmailConstants WATCHDOG_LABEL
public static final EmailConstants WATCHDOG_EXPRESSION
public static final EmailConstants CORRELATED_WATCHDOG_CODE
public static final EmailConstants CORRELATED_WATCHDOG_LABEL
public static final EmailConstants CORRELATED_WATCHDOG_EXPRESSION
public static final EmailConstants CORRELATED_WATCHDOG_RESULTS
public static final EmailConstants FILTER_PREDICATE
public String format()
public boolean isSystemDate()
true
if this constant represents a date instance.public boolean isSystemDateTime()
true
if this constant represents a date-time instance.public boolean isSystemTime()
true
if this constant represents a time instance.public boolean isIndicatorCode()
true
if this constant represents an Indicator code.public boolean isIndicatorLabel()
true
if this constant represents an Indicator label.public boolean isIndicatorResult()
true
if this constant represents an Indicator result.public boolean isDECBusinessCode()
true
if this constant represents a data element concept business code.public boolean isDECLabel()
true
if this constant represents a data element concept label.public boolean isOperation()
true
if this constant represents an operation.public boolean isWorkflow()
true
if this constant represents a workflow.public boolean isDataspace()
true
if this constant represents a data space.public boolean isDataset()
true
if this constant represents a data set.public boolean isTable()
true
if this constant represents a table.public boolean isGroup()
true
if this constant represents a group.public boolean isField()
true
if this constant represents a field.public boolean isTableLink()
true
if this constant represents a table reference.public boolean isRecordLink()
true
if this constant represents a record reference.public boolean isWatchdogCode()
true
if this constant represents a watchdog code.public boolean isWatchdogLabel()
true
if this constant represents a watchdog label.public boolean isWatchdogExpression()
true
if this constant represents a watchdog expression.public boolean isCorrelatedWatchdogCode()
true
if this constant represents a correlated watchdog code.public boolean isCorrelatedWatchdogLabel()
true
if this constant represents a correlated watchdog label.public boolean isCorrelatedWatchdogExpression()
true
if this constant represents a correlated watchdog expression.public boolean isCorrelatedWatchdogResults()
true
if this constant represents watchdog indicator results of a correlated watchdog.public boolean isFilterPredicate()
true
if this constant represents a filter predicate.