public enum AdjustedBasisEnumType extends Enum<AdjustedBasisEnumType>
Java class for AdjustedBasis_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AdjustedBasis_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR2301"/>
<enumeration value="GIR2302"/>
<enumeration value="GIR2303"/>
<enumeration value="GIR2304"/>
<enumeration value="GIR2305"/>
<enumeration value="GIR2306"/>
<enumeration value="GIR2307"/>
<enumeration value="GIR2308"/>
<enumeration value="GIR2309"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_2301 |
Article 4.3.2 (a)
|
GIR_2302 |
Article 4.3.2 (b)
|
GIR_2303 |
Article 4.3.2 (c)
|
GIR_2304 |
Article 4.3.2 (d)
|
GIR_2305 |
Article 4.3.2 (e)
|
GIR_2306 |
Article 4.3.3 (a)
|
GIR_2307 |
Article 4.3.3 (b)
|
GIR_2308 |
Article 4.3.4
|
GIR_2309 |
Article 4.3.2(c) – Blended CFC regime
|
| Modifier and Type | Method | Description |
|---|---|---|
static AdjustedBasisEnumType |
fromValue(String v) |
|
String |
value() |
|
static AdjustedBasisEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AdjustedBasisEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdjustedBasisEnumType GIR_2301
public static final AdjustedBasisEnumType GIR_2302
public static final AdjustedBasisEnumType GIR_2303
public static final AdjustedBasisEnumType GIR_2304
public static final AdjustedBasisEnumType GIR_2305
public static final AdjustedBasisEnumType GIR_2306
public static final AdjustedBasisEnumType GIR_2307
public static final AdjustedBasisEnumType GIR_2308
public static final AdjustedBasisEnumType GIR_2309
public static AdjustedBasisEnumType[] values()
for (AdjustedBasisEnumType c : AdjustedBasisEnumType.values()) System.out.println(c);
public static AdjustedBasisEnumType 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 AdjustedBasisEnumType fromValue(String v)
Copyright © 2025. All rights reserved.