Enum Class XAdESEvidencerecordNamespaceElement
java.lang.Object
java.lang.Enum<XAdESEvidencerecordNamespaceElement>
eu.europa.esig.dss.xades.definition.xadesen.XAdESEvidencerecordNamespaceElement
- All Implemented Interfaces:
DSSElement,Serializable,Comparable<XAdESEvidencerecordNamespaceElement>,Constable
public enum XAdESEvidencerecordNamespaceElement
extends Enum<XAdESEvidencerecordNamespaceElement>
implements DSSElement
Defines elements specified within "http://uri.etsi.org/19132/v1.1.1#" XAdES Evidence Record container
namespace (ETSI TS 119 132-3)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDefines ASN1EvidenceRecordDefines XML EvidenceRecordDefines an EvidenceRecord container -
Method Summary
Modifier and TypeMethodDescriptionReturns the namespaceReturns element tag namegetURI()Returns namespace URIbooleanisSameTagName(String value) Checks if the tag name matches to the current elementReturns the enum constant of this class with the specified name.static XAdESEvidencerecordNamespaceElement[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ASN1_EVIDENCE_RECORD
Defines ASN1EvidenceRecord -
EVIDENCE_RECORD
Defines XML EvidenceRecord -
SEALING_EVIDENCE_RECORDS
Defines an EvidenceRecord container
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getNamespace
Description copied from interface:DSSElementReturns the namespace- Specified by:
getNamespacein interfaceDSSElement- Returns:
DSSNamespace
-
getTagName
Description copied from interface:DSSElementReturns element tag name- Specified by:
getTagNamein interfaceDSSElement- Returns:
Stringelement tag name
-
getURI
Description copied from interface:DSSElementReturns namespace URI- Specified by:
getURIin interfaceDSSElement- Returns:
Stringuri
-
isSameTagName
Description copied from interface:DSSElementChecks if the tag name matches to the current element- Specified by:
isSameTagNamein interfaceDSSElement- Parameters:
value-Stringelement name to compare- Returns:
- TRUE if the value matches, FALSE otherwise
-