public enum XmpZfNs extends Enum<XmpZfNs>
The Enum Containing ZUGFeRD XMP namespace.
| Enum Constant and Description |
|---|
ZF_NS
The zf ns.
|
ZF_NS_ALT
The zf ns alt.
|
| Modifier and Type | Method and Description |
|---|---|
static XmpZfNs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmpZfNs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static XmpZfNs 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 static XmpZfNs[] values()
for (XmpZfNs c : XmpZfNs.values()) System.out.println(c);
Copyright © 2014 Konik.io. All Rights Reserved.