Package de.redsix.dmncheck.validators
Class OutputTypeDeclarationValidator
- java.lang.Object
-
- de.redsix.dmncheck.validators.core.GenericValidator<T,T>
-
- de.redsix.dmncheck.validators.core.SimpleValidator<T>
-
- de.redsix.dmncheck.validators.ElementTypeDeclarationValidator<org.camunda.bpm.model.dmn.instance.Output>
-
- de.redsix.dmncheck.validators.OutputTypeDeclarationValidator
-
- All Implemented Interfaces:
Validator
public class OutputTypeDeclarationValidator extends ElementTypeDeclarationValidator<org.camunda.bpm.model.dmn.instance.Output>
-
-
Constructor Summary
Constructors Constructor Description OutputTypeDeclarationValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<org.camunda.bpm.model.dmn.instance.Output>getClassUnderValidation()StringgetTypeRef(org.camunda.bpm.model.dmn.instance.Output output)-
Methods inherited from class de.redsix.dmncheck.validators.ElementTypeDeclarationValidator
isApplicable, validate
-
Methods inherited from class de.redsix.dmncheck.validators.core.SimpleValidator
getClassUsedToCheckApplicability
-
Methods inherited from class de.redsix.dmncheck.validators.core.GenericValidator
apply
-
-
-
-
Method Detail
-
getTypeRef
public String getTypeRef(org.camunda.bpm.model.dmn.instance.Output output)
-
getClassUnderValidation
public Class<org.camunda.bpm.model.dmn.instance.Output> getClassUnderValidation()
- Specified by:
getClassUnderValidationin classGenericValidator<org.camunda.bpm.model.dmn.instance.Output,org.camunda.bpm.model.dmn.instance.Output>
-
-