oracle.panama.alert
Interface AlertConditionValue

All Superinterfaces:
java.io.Serializable

public interface AlertConditionValue
extends java.io.Serializable

Inteface which defines the Alert Condition Value features


Method Summary
TypeMethod
 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

getConditionName

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

getValue

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

setValue

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

getConditionMeta

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

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:
oracle.panama.model.FeedMetaData.getDataTypeCode