Interface SCorrelationDefinition
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SCorrelationDefinitionImpl
public interface SCorrelationDefinition extends java.io.Serializable- Author:
- Baptiste Mesta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SExpressiongetKey()SExpressiongetValue()
-
-
-
Method Detail
-
getKey
SExpression getKey()
-
getValue
SExpression getValue()
-
-