public enum ZUGFeRDDateFormat extends java.lang.Enum<ZUGFeRDDateFormat>
| Enum Constant and Description |
|---|
DATE |
MONTH_OF_YEAR |
WEEK_OF_YEAR |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDateTimeType() |
java.text.SimpleDateFormat |
getFormatter() |
java.lang.String |
qdtFormat(java.util.Date date) |
java.lang.String |
simpleFormat(java.util.Date date) |
java.lang.String |
udtFormat(java.util.Date date) |
static ZUGFeRDDateFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZUGFeRDDateFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZUGFeRDDateFormat MONTH_OF_YEAR
public static final ZUGFeRDDateFormat WEEK_OF_YEAR
public static final ZUGFeRDDateFormat DATE
public static ZUGFeRDDateFormat[] values()
for (ZUGFeRDDateFormat c : ZUGFeRDDateFormat.values()) System.out.println(c);
public static ZUGFeRDDateFormat 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 nullpublic java.lang.String getDateTimeType()
public java.text.SimpleDateFormat getFormatter()
public java.lang.String simpleFormat(java.util.Date date)
public java.lang.String qdtFormat(java.util.Date date)
public java.lang.String udtFormat(java.util.Date date)
Copyright © 2023. All rights reserved.