Oracle Application Server Wireless Java API Reference
B14043-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:<BR/>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

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

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

Method Detail

getDisplayName

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

getFrequencyCode

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.