Package jadex.micro.annotation
Annotation Interface AgentResult
Marker for agent result field.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe result name. Is optional. If not set the field name must correspond to the result name.- Default:
""
-
convert
String convertThe result conversion expression. The coversion expression is used to convert a default value. $value refers to the field value. Is optional.- Default:
""
-
convertback
String convertbackThe result conversion expression. The coversion expression is used to convert a result value before saving $value refers to the field value. Is optional.- Default:
""
-