Enum Class ASiCManifestElement

java.lang.Object
java.lang.Enum<ASiCManifestElement>
eu.europa.esig.dss.asic.common.definition.ASiCManifestElement
All Implemented Interfaces:
DSSElement, Serializable, Comparable<ASiCManifestElement>, Constable

public enum ASiCManifestElement extends Enum<ASiCManifestElement> implements DSSElement
ASiC XSD elements
  • Enum Constant Details

    • XADES_SIGNATURES

      public static final ASiCManifestElement XADES_SIGNATURES
      XAdESSignatures
    • ASIC_MANIFEST

      public static final ASiCManifestElement ASIC_MANIFEST
      ASiCManifest
    • SIG_REFERENCE

      public static final ASiCManifestElement SIG_REFERENCE
      SigReference
    • EXTENSION

      public static final ASiCManifestElement EXTENSION
      Extension
    • DATA_OBJECT_REFERENCE

      public static final ASiCManifestElement DATA_OBJECT_REFERENCE
      DataObjectReference
    • ASIC_MANIFEST_EXTENSIONS

      public static final ASiCManifestElement ASIC_MANIFEST_EXTENSIONS
      ASiCManifestExtensions
    • DATA_OBJECT_REFERENCE_EXTENSIONS

      public static final ASiCManifestElement DATA_OBJECT_REFERENCE_EXTENSIONS
      DataObjectReferenceExtensions
  • Method Details

    • values

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