Package org.camunda.bpm.model.xml.test
Interface GetModelElementTypeRule
-
- All Superinterfaces:
org.junit.rules.TestRule
public interface GetModelElementTypeRule extends org.junit.rules.TestRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Model
getModel()
ModelElementType
getModelElementType()
ModelInstance
getModelInstance()
-
-
-
Method Detail
-
getModelInstance
ModelInstance getModelInstance()
-
getModel
Model getModel()
-
getModelElementType
ModelElementType getModelElementType()
-
-