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 ConstantDescriptionDefines ASN1EvidenceRecordDefines XML EvidenceRecordDefines an EvidenceRecord container -
Method Summary
Modifier and TypeMethodDescriptionReturns the namespaceReturns element tag namegetURI()
Returns namespace URIboolean
isSameTagName
(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:DSSElement
Returns the namespace- Specified by:
getNamespace
in interfaceDSSElement
- Returns:
DSSNamespace
-
getTagName
Description copied from interface:DSSElement
Returns element tag name- Specified by:
getTagName
in interfaceDSSElement
- Returns:
String
element tag name
-
getURI
Description copied from interface:DSSElement
Returns namespace URI- Specified by:
getURI
in interfaceDSSElement
- Returns:
String
uri
-
isSameTagName
Description copied from interface:DSSElement
Checks if the tag name matches to the current element- Specified by:
isSameTagName
in interfaceDSSElement
- Parameters:
value
-String
element name to compare- Returns:
- TRUE if the value matches, FALSE otherwise
-