Class XmlTypeImpl
- java.lang.Object
-
- org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
-
- org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
-
- org.camunda.bpm.client.variable.impl.type.XmlTypeImpl
-
- All Implemented Interfaces:
java.io.Serializable
,PrimitiveValueType
,ValueType
public class XmlTypeImpl extends PrimitiveValueTypeImpl
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
PrimitiveValueTypeImpl.BooleanTypeImpl, PrimitiveValueTypeImpl.BytesTypeImpl, PrimitiveValueTypeImpl.DateTypeImpl, PrimitiveValueTypeImpl.DoubleTypeImpl, PrimitiveValueTypeImpl.IntegerTypeImpl, PrimitiveValueTypeImpl.LongTypeImpl, PrimitiveValueTypeImpl.NullTypeImpl, PrimitiveValueTypeImpl.NumberTypeImpl, PrimitiveValueTypeImpl.ShortTypeImpl, PrimitiveValueTypeImpl.StringTypeImpl
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
XML_TYPE_NAME
-
Fields inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
javaType
-
Fields inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
name
-
-
Constructor Summary
Constructors Constructor Description XmlTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlValue
createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.Object> valueInfo)
Creates a new TypedValue using this type.-
Methods inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
getJavaType, getValueInfo, isPrimitiveValueType, toString
-
Methods inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
canConvertFromTypedValue, convertFromTypedValue, equals, getName, getParent, hashCode, isAbstract, isTransient, unsupportedConversion
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, getName, getParent, isAbstract
-
-
-
-
Field Detail
-
XML_TYPE_NAME
public static final java.lang.String XML_TYPE_NAME
- See Also:
- Constant Field Values
-
-