Class: Operaton::Bpm::Client::Variable::Impl::Value::XmlValueImpl
- Inherits:
-
Engine::Variable::PrimitiveTypeValue
- Object
- Engine::Variable::TypedValue
- Engine::Variable::PrimitiveTypeValue
- Operaton::Bpm::Client::Variable::Impl::Value::XmlValueImpl
- 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
Instance Method Summary collapse
-
#initialize(value, is_transient = false) ⇒ XmlValueImpl
constructor
A new instance of XmlValueImpl.
Methods inherited from Engine::Variable::TypedValue
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 |