|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.BooleanTypeImpl
public static class PrimitiveValueTypeImpl.BooleanTypeImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.core.variable.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 inherited from class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl |
|---|
javaType |
| Fields inherited from class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl |
|---|
name |
| Fields inherited from interface org.camunda.bpm.engine.variable.type.ValueType |
|---|
BOOLEAN, BYTES, DATE, DOUBLE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING |
| Constructor Summary | |
|---|---|
PrimitiveValueTypeImpl.BooleanTypeImpl()
|
|
| Method Summary | |
|---|---|
BooleanValue |
createValue(Object value,
Map<String,Object> valueInfo)
Creates a new TypedValue using this type. |
| Methods inherited from class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl |
|---|
getJavaType, getValueInfo, isPrimitiveValueType, toString |
| Methods inherited from class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl |
|---|
canConvertFromTypedValue, convertFromTypedValue, getName, getParent, isAbstract, unsupportedConversion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType |
|---|
canConvertFromTypedValue, convertFromTypedValue, getName, getParent, isAbstract |
| Constructor Detail |
|---|
public PrimitiveValueTypeImpl.BooleanTypeImpl()
| Method Detail |
|---|
public BooleanValue createValue(Object value,
Map<String,Object> valueInfo)
ValueType
value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||