public enum CrossBorderAdjustmentsEnumType extends Enum<CrossBorderAdjustmentsEnumType>
Java class for CrossBorderAdjustments_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CrossBorderAdjustments_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1801"/>
<enumeration value="GIR1802"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1801 |
Article 3.2.3
|
GIR_1802 |
Article 3.2.7
|
| Modifier and Type | Method | Description |
|---|---|---|
static CrossBorderAdjustmentsEnumType |
fromValue(String v) |
|
String |
value() |
|
static CrossBorderAdjustmentsEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CrossBorderAdjustmentsEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrossBorderAdjustmentsEnumType GIR_1801
public static final CrossBorderAdjustmentsEnumType GIR_1802
public static CrossBorderAdjustmentsEnumType[] values()
for (CrossBorderAdjustmentsEnumType c : CrossBorderAdjustmentsEnumType.values()) System.out.println(c);
public static CrossBorderAdjustmentsEnumType 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 CrossBorderAdjustmentsEnumType fromValue(String v)
Copyright © 2025. All rights reserved.