| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| DataTypeEntity |
|
| 1.0;1 |
| 1 | package org.sbpm.bpmo; | |
| 2 | ||
| 3 | import org.omwg.ontology.Type; | |
| 4 | ||
| 5 | public interface DataTypeEntity extends DataEntity { | |
| 6 | ||
| 7 | public Type getContentType(); | |
| 8 | public void setContentType(Type type); | |
| 9 | ||
| 10 | } |