public static enum Codes.DateFormat extends java.lang.Enum<Codes.DateFormat>
Enum Constant and Description |
---|
CustomEntry1
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
CustomEntry10
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
CustomEntry2
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
CustomEntry3
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
CustomEntry4
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
CustomEntry5
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
CustomEntry6
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
CustomEntry7
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
CustomEntry8
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
CustomEntry9
Custom entry whose member "value" gets updated to "value" on calls to
fromString(String value) |
No102
102
|
Modifier and Type | Method and Description |
---|---|
static Codes.DateFormat |
fromString(java.lang.String value)
Convert a String to a DateFormat.
|
java.lang.String |
getValue()
Get the "Value" property value
|
static boolean |
isNativeValue(java.lang.String value)
Tests if
valueOf(value) would return a non custom enum value |
java.lang.String |
toString()
Returns a string representation of the DateFormat.
|
static Codes.DateFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Codes.DateFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Codes.DateFormat No102
public static final Codes.DateFormat CustomEntry1
fromString(String value)
public static final Codes.DateFormat CustomEntry2
fromString(String value)
public static final Codes.DateFormat CustomEntry3
fromString(String value)
public static final Codes.DateFormat CustomEntry4
fromString(String value)
public static final Codes.DateFormat CustomEntry5
fromString(String value)
public static final Codes.DateFormat CustomEntry6
fromString(String value)
public static final Codes.DateFormat CustomEntry7
fromString(String value)
public static final Codes.DateFormat CustomEntry8
fromString(String value)
public static final Codes.DateFormat CustomEntry9
fromString(String value)
public static final Codes.DateFormat CustomEntry10
fromString(String value)
public static Codes.DateFormat[] values()
for (Codes.DateFormat c : Codes.DateFormat.values()) System.out.println(c);
public static Codes.DateFormat 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 getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<Codes.DateFormat>
public static Codes.DateFormat fromString(java.lang.String value)
IllegalArgumentException
if the value doesn't exist unless the system property "facturx.laxenums" is set to true.
In the latter case, a custom value is returned if available.public static boolean isNativeValue(java.lang.String value)
valueOf(value)
would return a non custom enum valuevalueOf(value)
would return a non custom enum value