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
ru.cg.webbpm.modules.bpmn.beans.variable
Interface BpmnVariable<T>
All Known Implementing Classes:
BpmnVariableImpl
public interface
BpmnVariable<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
T
getValue
()
void
setValue
(
T
value)
Method Details
getName
String
getName
()
getValue
T
getValue
()
setValue
void
setValue
(
T
value)