Class InstanceServiceParameters.ExpressionEntry
java.lang.Object
com.aquima.interactions.framework.service.instance.InstanceServiceParameters.ExpressionEntry
- Enclosing class:
- InstanceServiceParameters
Helper class representing a Map entry of type String.
List<StringEntry>
is equivalent to LinkedHashMap<String, String>
, but it has to be used because
.NET does not have a LinkedHashMap and insertion-order iteration is a requirement.
- Since:
- 9.6
- Author:
- Radu Batori
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionEntry
(String key) ExpressionEntry
(String key, IExpression expression) -
Method Summary
-
Constructor Details
-
ExpressionEntry
-
ExpressionEntry
-
-
Method Details
-
getKey
-
getExpression
-
hasExpression
public boolean hasExpression()
-