Class KnowledgeSourceIdAndNameValidator

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.KnowledgeSource>
de.redsix.dmncheck.validators.KnowledgeSourceIdAndNameValidator
All Implemented Interfaces:
Validator

public class KnowledgeSourceIdAndNameValidator extends IdAndNameValidator<org.camunda.bpm.model.dmn.instance.KnowledgeSource>
  • Constructor Details

    • KnowledgeSourceIdAndNameValidator

      public KnowledgeSourceIdAndNameValidator()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class IdAndNameValidator<org.camunda.bpm.model.dmn.instance.KnowledgeSource>
    • getClassUnderValidation

      public Class<org.camunda.bpm.model.dmn.instance.KnowledgeSource> getClassUnderValidation()
      Description copied from class: GenericValidator
      Auxiliary method to determine the class for the validation.
      Specified by:
      getClassUnderValidation in class GenericValidator<org.camunda.bpm.model.dmn.instance.KnowledgeSource,org.camunda.bpm.model.dmn.instance.KnowledgeSource>
      Returns:
      Class used for validation