Package eu.de4a.iem.xml.de4a
Interface IDE4ACanonicalEvidenceType
-
- All Known Implementing Classes:
EDE4ACanonicalEvidenceType
public interface IDE4ACanonicalEvidenceTypeContains the technical details of a single canonical evidence.- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static IDE4ACanonicalEvidenceTypeNONEA specific instance that is empty.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.ClassPathResource>getAllXSDs()StringgetDisplayName()static IDE4ACanonicalEvidenceTypemultiple(IDE4ACanonicalEvidenceType... aTypes)A specific instance that encapsulates the providedIDE4ACanonicalEvidenceTypeobjects.
-
-
-
Field Detail
-
NONE
@Nonnull static final IDE4ACanonicalEvidenceType NONE
A specific instance that is empty.
-
-
Method Detail
-
getDisplayName
@Nonnull @Nonempty String getDisplayName()
- Returns:
- The display name of this particular evidence. May neither be
nullnor empty.
-
getAllXSDs
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.ClassPathResource> getAllXSDs()
-
multiple
@Nonnull static IDE4ACanonicalEvidenceType multiple(@Nonnull IDE4ACanonicalEvidenceType... aTypes)
A specific instance that encapsulates the providedIDE4ACanonicalEvidenceTypeobjects.
-
-