public static enum Container.DocumentType extends Enum<Container.DocumentType>
Enum Constant and Description |
---|
ASICE
ASiCE container with mime-type "application/vnd.etsi.asic-e+zip"
|
ASICS
ASiCS container with mime-type "application/vnd.etsi.asic-s+zip"
|
BDOC
BDOC 2.1 container with mime-type "application/vnd.etsi.asic-e+zip"
|
DDOC
DIGIDOC-XML 1.3 container
|
PADES
PADES container
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Container.DocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Container.DocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Container.DocumentType BDOC
public static final Container.DocumentType DDOC
public static final Container.DocumentType ASICS
public static final Container.DocumentType ASICE
public static final Container.DocumentType PADES
public static Container.DocumentType[] values()
for (Container.DocumentType c : Container.DocumentType.values()) System.out.println(c);
public static Container.DocumentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Container.DocumentType>
Copyright © 2024. All rights reserved.