| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| DataValueEntity |
|
| 1.0;1 |
| 1 | package org.sbpm.bpmo; | |
| 2 | ||
| 3 | import org.omwg.ontology.Value; | |
| 4 | ||
| 5 | public interface DataValueEntity extends DataEntity { | |
| 6 | ||
| 7 | public Value getValue(); | |
| 8 | public void setValue(Value value); | |
| 9 | } |