Uses of Enum Class
com.flowable.serviceregistry.engine.impl.invoker.result.ValueWrapper.ValuePresence
Packages that use ValueWrapper.ValuePresence
-
Uses of ValueWrapper.ValuePresence in com.flowable.serviceregistry.engine.impl.invoker.result
Fields in com.flowable.serviceregistry.engine.impl.invoker.result declared as ValueWrapper.ValuePresenceModifier and TypeFieldDescriptionprotected final ValueWrapper.ValuePresence
ValueWrapper.presence
Methods in com.flowable.serviceregistry.engine.impl.invoker.result that return ValueWrapper.ValuePresenceModifier and TypeMethodDescriptionValueWrapper.getPresence()
static ValueWrapper.ValuePresence
Returns the enum constant of this class with the specified name.static ValueWrapper.ValuePresence[]
ValueWrapper.ValuePresence.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.flowable.serviceregistry.engine.impl.invoker.result with parameters of type ValueWrapper.ValuePresenceModifierConstructorDescriptionValueWrapper
(ValueWrapper.ValuePresence presence, Object value) ValueWrapper
(ValueWrapper.ValuePresence presence, Object value, boolean collection)