Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.mobilealert
Interface AlertConditionValue

All Superinterfaces:
java.io.Serializable

public interface AlertConditionValue
extends java.io.Serializable

Inteface defines the Alert Condition Value features.


Method Summary
 AlertConditionMeta getConditionMeta()
          Returns the alert condition meta data.
 java.lang.String getConditionName()
          Get the condition name.
 java.lang.String getCondType()
          Returns the alert condition type.
 java.lang.String getValue()
          Get the condition value.
 void setValue(java.lang.String value)
          Sets the condition value.

 

Method Detail

getConditionMeta

public AlertConditionMeta getConditionMeta()
Returns the alert condition meta data.
Returns:
Alert condition meta data
See Also:
AlertConditionMeta

getConditionName

public java.lang.String getConditionName()
Get the condition name.
Returns:
Condition name

getCondType

public java.lang.String getCondType()
Returns the alert condition type.
Returns:
NUMBER or TEXT: get the info from CondMeta i.e from feedMeta.getDataTypeCode()
See Also:
FeedMetaData

getValue

public java.lang.String getValue()
Get the condition value.
Returns:
Conditon value

setValue

public void setValue(java.lang.String value)
              throws PanamaException
Sets the condition value.
Parameters:
value - String containing the condition value
Throws:
PanamaException

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.