public enum QDMTTuTEnumType extends Enum<QDMTTuTEnumType>
Java class for QDMTTuT_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="QDMTTuT_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1401"/>
<enumeration value="GIR1402"/>
<enumeration value="GIR1403"/>
<enumeration value="GIR1404"/>
<enumeration value="GIR1405"/>
<enumeration value="GIR1406"/>
<enumeration value="GIR1407"/>
<enumeration value="GIR1408"/>
<enumeration value="GIR1409"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1401 |
No Top-up Tax payable
|
GIR_1402 |
below EUR 1 million
|
GIR_1403 |
EUR 1 million to below EUR 5 million
|
GIR_1404 |
EUR 5 million to below EUR 25 million
|
GIR_1405 |
EUR 25 million to below EUR 50 million
|
GIR_1406 |
EUR 50 million to below EUR 75 million
|
GIR_1407 |
EUR 75 million to below EUR 100 million
|
GIR_1408 |
EUR 100 million to below EUR 250 million
|
GIR_1409 |
EUR 250 million or above
|
| Modifier and Type | Method | Description |
|---|---|---|
static QDMTTuTEnumType |
fromValue(String v) |
|
String |
value() |
|
static QDMTTuTEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static QDMTTuTEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QDMTTuTEnumType GIR_1401
public static final QDMTTuTEnumType GIR_1402
public static final QDMTTuTEnumType GIR_1403
public static final QDMTTuTEnumType GIR_1404
public static final QDMTTuTEnumType GIR_1405
public static final QDMTTuTEnumType GIR_1406
public static final QDMTTuTEnumType GIR_1407
public static final QDMTTuTEnumType GIR_1408
public static final QDMTTuTEnumType GIR_1409
public static QDMTTuTEnumType[] values()
for (QDMTTuTEnumType c : QDMTTuTEnumType.values()) System.out.println(c);
public static QDMTTuTEnumType 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 QDMTTuTEnumType fromValue(String v)
Copyright © 2025. All rights reserved.