| Package | Description |
|---|---|
| org.camunda.bpm.model.xml.impl.validation | |
| org.camunda.bpm.model.xml.validation |
| Modifier and Type | Field and Description |
|---|---|
protected ValidationResultType |
ModelValidationResultImpl.type |
| Modifier and Type | Method and Description |
|---|---|
ValidationResultType |
ModelValidationResultImpl.getType() |
| Constructor and Description |
|---|
ModelValidationResultImpl(ModelElementInstance element,
ValidationResultType type,
int code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResultType |
ValidationResult.getType() |
static ValidationResultType |
ValidationResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationResultType[] |
ValidationResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 camunda services GmbH. All rights reserved.