JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.flowable.workobject.engine.impl.persistence.entity
Interface NamedValueEntity<T>
Type Parameters:
T
-
public interface
NamedValueEntity<T>
Write access to named values
Author:
martin.grofcik
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setName
(java.lang.String name)
void
setValue
(
T
value)
Method Details
setName
void
setName
(
java.lang.String name)
setValue
void
setValue
(
T
value)