Class ResolveInterceptor.SerializedValue
- java.lang.Object
 - 
- jadex.bridge.service.component.interceptors.ResolveInterceptor.SerializedValue
 
 
- 
- Enclosing class:
 - ResolveInterceptor
 
public static class ResolveInterceptor.SerializedValue extends java.lang.ObjectStruct for serialized value. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringvalueThe 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.StringgetValue()Get the value.voidsetValue(java.lang.String value)Set the value. 
 -