Interface IDE4ACanonicalEvidenceType

  • All Known Implementing Classes:
    EDE4ACanonicalEvidenceType

    public interface IDE4ACanonicalEvidenceType
    Contains the technical details of a single canonical evidence.
    Author:
    Philip Helger
    • Method Detail

      • getDisplayName

        @Nonnull
        @Nonempty
        String getDisplayName()
        Returns:
        The display name of this particular evidence. May neither be null nor empty.
      • getAllXSDs

        @Nonnull
        @ReturnsMutableCopy
        com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.ClassPathResource> getAllXSDs()