public enum PeppolDocumentTypeIdAcronym extends Enum<PeppolDocumentTypeIdAcronym>
<root NS>::<document element local name>##<customization id>::<version>
Provides short hand notation for PEPPOL Document Type Identifiers, which are otherwise fairly lengthy and complex. This is just a simple helper class to make life easier :-)
| Enum Constant and Description |
|---|
CREDIT_NOTE |
CREDIT_NOTE_BILLLING |
EHF_CREDIT_NOTE |
EHF_INVOICE |
INVOICE |
INVOICE_BILLING |
ORDER |
PEPPOL_CATALOGUE |
TENDER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
network.oxalis.vefa.peppol.common.model.DocumentTypeIdentifier |
toVefa() |
static PeppolDocumentTypeIdAcronym |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeppolDocumentTypeIdAcronym[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeppolDocumentTypeIdAcronym PEPPOL_CATALOGUE
public static final PeppolDocumentTypeIdAcronym ORDER
public static final PeppolDocumentTypeIdAcronym INVOICE
public static final PeppolDocumentTypeIdAcronym EHF_INVOICE
public static final PeppolDocumentTypeIdAcronym EHF_CREDIT_NOTE
public static final PeppolDocumentTypeIdAcronym INVOICE_BILLING
public static final PeppolDocumentTypeIdAcronym CREDIT_NOTE_BILLLING
public static final PeppolDocumentTypeIdAcronym CREDIT_NOTE
public static final PeppolDocumentTypeIdAcronym TENDER
public static PeppolDocumentTypeIdAcronym[] values()
for (PeppolDocumentTypeIdAcronym c : PeppolDocumentTypeIdAcronym.values()) System.out.println(c);
public static PeppolDocumentTypeIdAcronym 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<PeppolDocumentTypeIdAcronym>public network.oxalis.vefa.peppol.common.model.DocumentTypeIdentifier toVefa()
Copyright © 2022 NorStella. All rights reserved.