Package de.redsix.dmncheck.validators
Class DecisionIdAndNameValidator
- java.lang.Object
-
- de.redsix.dmncheck.validators.core.GenericValidator<T,T>
-
- de.redsix.dmncheck.validators.core.SimpleValidator<T>
-
- de.redsix.dmncheck.validators.IdAndNameValidator<org.camunda.bpm.model.dmn.instance.Decision>
-
- de.redsix.dmncheck.validators.DecisionIdAndNameValidator
-
- All Implemented Interfaces:
Validator
public class DecisionIdAndNameValidator extends IdAndNameValidator<org.camunda.bpm.model.dmn.instance.Decision>
-
-
Constructor Summary
Constructors Constructor Description DecisionIdAndNameValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<org.camunda.bpm.model.dmn.instance.Decision>getClassUnderValidation()StringgetName()-
Methods inherited from class de.redsix.dmncheck.validators.IdAndNameValidator
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
-
getName
public String getName()
- Specified by:
getNamein classIdAndNameValidator<org.camunda.bpm.model.dmn.instance.Decision>
-
getClassUnderValidation
public Class<org.camunda.bpm.model.dmn.instance.Decision> getClassUnderValidation()
- Specified by:
getClassUnderValidationin classGenericValidator<org.camunda.bpm.model.dmn.instance.Decision,org.camunda.bpm.model.dmn.instance.Decision>
-
-