public enum UPEAdjustmentsBasisEnumType extends Enum<UPEAdjustmentsBasisEnumType>
Java class for UPEAdjustmentsBasis_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UPEAdjustmentsBasis_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1901"/>
<enumeration value="GIR1902"/>
<enumeration value="GIR1903"/>
<enumeration value="GIR1904"/>
<enumeration value="GIR1905"/>
<enumeration value="GIR1906"/>
<enumeration value="GIR1907"/>
<enumeration value="GIR1908"/>
<enumeration value="GIR1909"/>
<enumeration value="GIR1910"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1901 |
Article 7.1.1 (a)(i)
|
GIR_1902 |
Article 7.1.1 (a)(ii)
|
GIR_1903 |
Article 7.1.1 (b)
|
GIR_1904 |
Article 7.1.1 (c)
|
GIR_1905 |
Article 7.2.1 (a)(i)
|
GIR_1906 |
Article 7.2.1 (a)(ii)
|
GIR_1907 |
Article 7.2.1 (a)(iii)
|
GIR_1908 |
Article 7.2.1 (b)
|
GIR_1909 |
Article 7.2.1 (c)
|
GIR_1910 |
Article 7.2.2
|
| Modifier and Type | Method | Description |
|---|---|---|
static UPEAdjustmentsBasisEnumType |
fromValue(String v) |
|
String |
value() |
|
static UPEAdjustmentsBasisEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static UPEAdjustmentsBasisEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UPEAdjustmentsBasisEnumType GIR_1901
public static final UPEAdjustmentsBasisEnumType GIR_1902
public static final UPEAdjustmentsBasisEnumType GIR_1903
public static final UPEAdjustmentsBasisEnumType GIR_1904
public static final UPEAdjustmentsBasisEnumType GIR_1905
public static final UPEAdjustmentsBasisEnumType GIR_1906
public static final UPEAdjustmentsBasisEnumType GIR_1907
public static final UPEAdjustmentsBasisEnumType GIR_1908
public static final UPEAdjustmentsBasisEnumType GIR_1909
public static final UPEAdjustmentsBasisEnumType GIR_1910
public static UPEAdjustmentsBasisEnumType[] values()
for (UPEAdjustmentsBasisEnumType c : UPEAdjustmentsBasisEnumType.values()) System.out.println(c);
public static UPEAdjustmentsBasisEnumType 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 String value()
public static UPEAdjustmentsBasisEnumType fromValue(String v)
Copyright © 2025. All rights reserved.