Package eu.de4a.iem.xml.de4a
Enum EDE4ACanonicalEvidenceType
- java.lang.Object
-
- java.lang.Enum<EDE4ACanonicalEvidenceType>
-
- eu.de4a.iem.xml.de4a.EDE4ACanonicalEvidenceType
-
- All Implemented Interfaces:
IDE4ACanonicalEvidenceType,Serializable,Comparable<EDE4ACanonicalEvidenceType>
public enum EDE4ACanonicalEvidenceType extends Enum<EDE4ACanonicalEvidenceType> implements IDE4ACanonicalEvidenceType
Contains all the predefined DE4A Canonical Evidences- Author:
- Philip Helger
-
-
Enum Constant Summary
Enum Constants Enum Constant Description T41_UC1_2021_02_11T42_COMPANY_INFO_V06
-
Field Summary
-
Fields inherited from interface eu.de4a.iem.xml.de4a.IDE4ACanonicalEvidenceType
NONE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.ClassPathResource>getAllXSDs()StringgetDisplayName()static EDE4ACanonicalEvidenceTypevalueOf(String name)Returns the enum constant of this type with the specified name.static EDE4ACanonicalEvidenceType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
T41_UC1_2021_02_11
public static final EDE4ACanonicalEvidenceType T41_UC1_2021_02_11
-
T42_COMPANY_INFO_V06
public static final EDE4ACanonicalEvidenceType T42_COMPANY_INFO_V06
-
-
Method Detail
-
values
public static EDE4ACanonicalEvidenceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EDE4ACanonicalEvidenceType c : EDE4ACanonicalEvidenceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EDE4ACanonicalEvidenceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDisplayName
@Nonnull @Nonempty public String getDisplayName()
- Specified by:
getDisplayNamein interfaceIDE4ACanonicalEvidenceType- Returns:
- The display name of this particular evidence. May neither be
nullnor empty.
-
getAllXSDs
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.ClassPathResource> getAllXSDs()
- Specified by:
getAllXSDsin interfaceIDE4ACanonicalEvidenceType
-
-