Interface SContextEntry
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SContextEntryImpl
public interface SContextEntry extends java.io.Serializable- Author:
- Baptiste Mesta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SExpressiongetExpression()java.lang.StringgetKey()
-
-
-
Method Detail
-
getKey
java.lang.String getKey()
-
getExpression
SExpression getExpression()
-
-