Class XmlValueImpl
- java.lang.Object
 - 
- org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<T>
 - 
- org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<java.lang.String>
 - 
- org.camunda.bpm.client.variable.impl.value.XmlValueImpl
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,XmlValue,PrimitiveValue<java.lang.String>,TypedValue
public class XmlValueImpl extends PrimitiveTypeValueImpl<java.lang.String> implements XmlValue
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
PrimitiveTypeValueImpl.BooleanValueImpl, PrimitiveTypeValueImpl.BytesValueImpl, PrimitiveTypeValueImpl.DateValueImpl, PrimitiveTypeValueImpl.DoubleValueImpl, PrimitiveTypeValueImpl.IntegerValueImpl, PrimitiveTypeValueImpl.LongValueImpl, PrimitiveTypeValueImpl.NumberValueImpl, PrimitiveTypeValueImpl.ShortValueImpl, PrimitiveTypeValueImpl.StringValueImpl 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
isTransient, type, value 
 - 
 
- 
Constructor Summary
Constructors Constructor Description XmlValueImpl(java.lang.String value)XmlValueImpl(java.lang.String value, boolean isTransient) 
- 
Method Summary
- 
Methods inherited from class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
equals, getType, hashCode 
- 
Methods inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
getValue, isTransient, setTransient, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.camunda.bpm.engine.variable.value.PrimitiveValue
getType, getValue 
- 
Methods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue
isTransient 
 - 
 
 -