oracle.panama.alert
Interface AlertTimeFrequency


public interface AlertTimeFrequency

Interface exposing the alert time frequency attributes

To get a list of alert time frequencies supported use ModelServices api AlertTimeFrequency[] getAlertTimeFrequencies()

See Also:
ModelServices.getAlertTimeFrequencies()

Field Summary
TypeField
static java.lang.String DAILY
          The daily constant
static java.lang.String WEEKDAY
          The weekday constant
static java.lang.String WEEKEND
          The weekend constant
 
Method Summary
TypeMethod
 java.lang.String getDisplayName()
          Get the Display Name
 java.lang.String getFrequencyCode()
          Get the Frequency Code
 

Field Detail

WEEKDAY

public static final java.lang.String WEEKDAY
The weekday constant

WEEKEND

public static final java.lang.String WEEKEND
The weekend constant

DAILY

public static final java.lang.String DAILY
The daily constant
Method Detail

getFrequencyCode

public java.lang.String getFrequencyCode()
Get the Frequency Code
Returns:
String the frequency code

getDisplayName

public java.lang.String getDisplayName()
Get the Display Name
Returns:
String the display name