Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.mobilealert
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
static java.lang.String DAILY
          The daily constant
static java.lang.String ONCE
          Once only constant
static java.lang.String WEEKDAY
          The weekday constant
static java.lang.String WEEKEND
          The weekend constant

 

Method Summary
 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
See Also:
Constant Field Values

WEEKEND

public static final java.lang.String WEEKEND
The weekend constant
See Also:
Constant Field Values

DAILY

public static final java.lang.String DAILY
The daily constant
See Also:
Constant Field Values

ONCE

public static final java.lang.String ONCE
Once only constant
See Also:
Constant Field Values
Method Detail

getFrequencyCode

public java.lang.String getFrequencyCode()
Get the Frequency Code
Returns:
String the frequency code - one of the codes defined in this interface (WEEKDAY, WEEKEND, DAILY, ONCE)

getDisplayName

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

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.