java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean.PropertyValue
All Implemented Interfaces:
PropertyContext

public class PropertyValue extends Object implements PropertyContext
Class that stores a property value alongside with metadata. Value can be either simple (an atomic object that is not merged and stored as json), array (i.e. a list) or complex (i.e. a map).
Author:
krylov