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:
Serializable,PrimitiveValueType,ValueType
- See Also:
-
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
FieldsFields inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
javaTypeFields inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
getJavaType, getValueInfo, isPrimitiveValueType, toStringMethods inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
canConvertFromTypedValue, convertFromTypedValue, equals, getName, getParent, hashCode, isAbstract, isTransient, unsupportedConversionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, getName, getParent, isAbstract
-
Field Details
-
XML_TYPE_NAME
- See Also:
-
-
Constructor Details
-
XmlTypeImpl
public XmlTypeImpl()
-
-
Method Details
-
createValue
Description copied from interface:ValueTypeCreates a new TypedValue using this type.- Parameters:
value- the value- Returns:
- the typed value for the value
-