Package com.unitesk.aspectrace.oracle
Class FormulaMessage
- java.lang.Object
-
- com.unitesk.aspectrace.AspectMessage
-
- com.unitesk.aspectrace.oracle.FormulaMessage
-
public class FormulaMessage extends AspectMessage
A trace message: formula text value (for oracle) or formula value (for oracle call).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormula()
int
getId()
boolean
getValue()
boolean
isFormula()
.boolean
isValue()
.-
Methods inherited from class com.unitesk.aspectrace.AspectMessage
getAdapter, getAllTags, getAspect, getChannel, getMyTags
-
-
-
-
Method Detail
-
getId
public int getId()
-
isValue
public boolean isValue()
.- Returns:
- true if this message is prime formula value.
-
isFormula
public boolean isFormula()
.- Returns:
- true if this message is prime formula meaning.
-
getValue
public boolean getValue()
-
getFormula
public java.lang.String getFormula()
-
-