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)
  • Enum Constant Details

  • Method Details

    • values

      public static XAdESEvidencerecordNamespaceElement[] 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

      public static XAdESEvidencerecordNamespaceElement valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNamespace

      public DSSNamespace getNamespace()
      Description copied from interface: DSSElement
      Returns the namespace
      Specified by:
      getNamespace in interface DSSElement
      Returns:
      DSSNamespace
    • getTagName

      public String getTagName()
      Description copied from interface: DSSElement
      Returns element tag name
      Specified by:
      getTagName in interface DSSElement
      Returns:
      String element tag name
    • getURI

      public String getURI()
      Description copied from interface: DSSElement
      Returns namespace URI
      Specified by:
      getURI in interface DSSElement
      Returns:
      String uri
    • isSameTagName

      public boolean isSameTagName(String value)
      Description copied from interface: DSSElement
      Checks if the tag name matches to the current element
      Specified by:
      isSameTagName in interface DSSElement
      Parameters:
      value - String element name to compare
      Returns:
      TRUE if the value matches, FALSE otherwise