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