Uses of Class
org.camunda.bpm.model.xml.validation.ValidationResultType
-
Packages that use ValidationResultType Package Description org.camunda.bpm.model.xml.impl.validation org.camunda.bpm.model.xml.validation -
-
Uses of ValidationResultType in org.camunda.bpm.model.xml.impl.validation
Fields in org.camunda.bpm.model.xml.impl.validation declared as ValidationResultType Modifier and Type Field Description protected ValidationResultTypeModelValidationResultImpl. typeMethods in org.camunda.bpm.model.xml.impl.validation that return ValidationResultType Modifier and Type Method Description ValidationResultTypeModelValidationResultImpl. getType()Constructors in org.camunda.bpm.model.xml.impl.validation with parameters of type ValidationResultType Constructor Description ModelValidationResultImpl(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 ValidationResultType Modifier and Type Method Description ValidationResultTypeValidationResult. getType()static ValidationResultTypeValidationResultType. 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.
-