Uses of Class
org.camunda.bpm.model.xml.validation.ValidationResultType

Packages that use ValidationResultType
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
protected  ValidationResultType ModelValidationResultImpl.type
           
 

Methods in org.camunda.bpm.model.xml.impl.validation that return ValidationResultType
 ValidationResultType ModelValidationResultImpl.getType()
           
 

Constructors in org.camunda.bpm.model.xml.impl.validation with parameters of type ValidationResultType
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
 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 © 2016 camunda services GmbH. All rights reserved.