Uses of Enum Class
org.camunda.bpm.model.xml.validation.ValidationResultType
Packages that use ValidationResultType
-
Uses of ValidationResultType in org.camunda.bpm.model.xml.impl.validation
Fields in org.camunda.bpm.model.xml.impl.validation declared as ValidationResultTypeMethods in org.camunda.bpm.model.xml.impl.validation that return ValidationResultTypeConstructors in org.camunda.bpm.model.xml.impl.validation with parameters of type ValidationResultTypeModifierConstructorDescriptionModelValidationResultImpl(ModelElementInstance element, ValidationResultType type, int code, String message) -
Uses of ValidationResultType in org.camunda.bpm.model.xml.validation
Methods in org.camunda.bpm.model.xml.validation that return ValidationResultTypeModifier and TypeMethodDescriptionValidationResult.getType()static ValidationResultTypeReturns the enum constant of this class with the specified name.static ValidationResultType[]ValidationResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.