Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.mobilealert
Interface AlertConditionType

All Superinterfaces:
java.io.Serializable

public interface AlertConditionType
extends java.io.Serializable

Interface to define the Alert Condition Type operations. The AlertConditionTypes are pre-seeded.

See Also:
ModelServices.getAlertConditionTypes(java.lang.String)

Method Summary
 java.lang.String getTranslatedTypeDisplayName(java.util.Locale locale)
          Returns the translated display name.
 java.lang.String getTypeDisplayName()
          Returns the display name for this condition type.
 java.lang.String getTypeName()
          Returns the type name for the condition.

 

Method Detail

getTranslatedTypeDisplayName

public java.lang.String getTranslatedTypeDisplayName(java.util.Locale locale)
Returns the translated display name.
Returns:
Translated display name a.k.a caption for this condition type

getTypeDisplayName

public java.lang.String getTypeDisplayName()
Returns the display name for this condition type.
Returns:
Display name a.k.a caption for this condition type

getTypeName

public java.lang.String getTypeName()
Returns the type name for the condition.
Returns:
Type name for the condition

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.