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 SummaryFields Modifier and Type Field Description protected java.lang.StringvalueThe serialized value.
 - 
Constructor SummaryConstructors Constructor Description SerializedValue()Create a new serialized value.SerializedValue(java.lang.String value)Create a new serialized value.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()Get the value.voidsetValue(java.lang.String value)Set the value.
 
-