public static enum Codes.InvoiceTypeCode130 extends java.lang.Enum<Codes.InvoiceTypeCode130>
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) |
No130
130
|
Modifier and Type | Method and Description |
---|---|
static Codes.InvoiceTypeCode130 |
fromString(java.lang.String value)
Convert a String to a InvoiceTypeCode130.
|
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 InvoiceTypeCode130.
|
static Codes.InvoiceTypeCode130 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Codes.InvoiceTypeCode130[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Codes.InvoiceTypeCode130 No130
public static final Codes.InvoiceTypeCode130 CustomEntry1
fromString(String value)
public static final Codes.InvoiceTypeCode130 CustomEntry2
fromString(String value)
public static final Codes.InvoiceTypeCode130 CustomEntry3
fromString(String value)
public static final Codes.InvoiceTypeCode130 CustomEntry4
fromString(String value)
public static final Codes.InvoiceTypeCode130 CustomEntry5
fromString(String value)
public static final Codes.InvoiceTypeCode130 CustomEntry6
fromString(String value)
public static final Codes.InvoiceTypeCode130 CustomEntry7
fromString(String value)
public static final Codes.InvoiceTypeCode130 CustomEntry8
fromString(String value)
public static final Codes.InvoiceTypeCode130 CustomEntry9
fromString(String value)
public static final Codes.InvoiceTypeCode130 CustomEntry10
fromString(String value)
public static Codes.InvoiceTypeCode130[] values()
for (Codes.InvoiceTypeCode130 c : Codes.InvoiceTypeCode130.values()) System.out.println(c);
public static Codes.InvoiceTypeCode130 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.InvoiceTypeCode130>
public static Codes.InvoiceTypeCode130 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