| Enum Constant and Description |
|---|
cii |
despatchadvice |
facturx |
orderx |
ubl |
ubldespatchadvice |
zugferd |
| Modifier and Type | Method and Description |
|---|---|
static EStandard |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EStandard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EStandard facturx
public static final EStandard orderx
public static final EStandard despatchadvice
public static final EStandard ubldespatchadvice
public static final EStandard zugferd
public static final EStandard cii
public static final EStandard ubl
public static EStandard[] values()
for (EStandard c : EStandard.values()) System.out.println(c);
public static EStandard valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2023. All rights reserved.