public enum EPeppolUBLTestFileType extends Enum<EPeppolUBLTestFileType>
| Enum Constant and Description |
|---|
CALLFORTENDERS |
CATALOGUE |
CREDITNOTE |
INVOICE |
ORDER |
ORDERRESPONSE |
TENDER |
TENDERINGCATALOGUE |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.io.resource.IReadableResource |
getErrorResource(String sFilename) |
com.helger.commons.io.resource.IReadableResource |
getSuccessResource(String sFilename) |
static EPeppolUBLTestFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPeppolUBLTestFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPeppolUBLTestFileType CALLFORTENDERS
public static final EPeppolUBLTestFileType CATALOGUE
public static final EPeppolUBLTestFileType CREDITNOTE
public static final EPeppolUBLTestFileType INVOICE
public static final EPeppolUBLTestFileType ORDER
public static final EPeppolUBLTestFileType ORDERRESPONSE
public static final EPeppolUBLTestFileType TENDER
public static final EPeppolUBLTestFileType TENDERINGCATALOGUE
public static EPeppolUBLTestFileType[] values()
for (EPeppolUBLTestFileType c : EPeppolUBLTestFileType.values()) System.out.println(c);
public static EPeppolUBLTestFileType 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 null@Nonnull public com.helger.commons.io.resource.IReadableResource getSuccessResource(@Nonnull @Nonempty String sFilename)
Copyright © 2015–2020 Philip Helger. All rights reserved.