Class ResolveInterceptor.SerializedValue
- java.lang.Object
-
- jadex.bridge.service.component.interceptors.ResolveInterceptor.SerializedValue
-
- Enclosing class:
- ResolveInterceptor
public static class ResolveInterceptor.SerializedValue extends java.lang.Object
Struct for serialized value.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
value
The serialized value.
-
Constructor Summary
Constructors Constructor Description SerializedValue()
Create a new serialized value.SerializedValue(java.lang.String value)
Create a new serialized value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
Get the value.void
setValue(java.lang.String value)
Set the value.
-