Class: Operaton::Bpm::Client::Variable::Impl::Value::XmlValueImpl

Inherits:
Engine::Variable::PrimitiveTypeValue show all
Includes:
Value::XmlValue
Defined in:
lib/operaton/bpm/client/variable/impl/value/xml_value_impl.rb

Overview

Mirrors org.operaton.bpm.client.variable.impl.value.XmlValueImpl

Instance Attribute Summary

Attributes inherited from Engine::Variable::TypedValue

#is_transient, #type, #value

Instance Method Summary collapse

Methods inherited from Engine::Variable::TypedValue

#to_s, #transient?

Constructor Details

#initialize(value, is_transient = false) ⇒ XmlValueImpl

Returns a new instance of XmlValueImpl.



17
18
19
# File 'lib/operaton/bpm/client/variable/impl/value/xml_value_impl.rb', line 17

def initialize(value, is_transient = false)
  super(value, ClientValues::XML, is_transient)
end