public enum GlobeTuTEnumType extends Enum<GlobeTuTEnumType>
Java class for GlobeTuT_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GlobeTuT_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1501"/>
<enumeration value="GIR1502"/>
<enumeration value="GIR1503"/>
<enumeration value="GIR1504"/>
<enumeration value="GIR1505"/>
<enumeration value="GIR1506"/>
<enumeration value="GIR1507"/>
<enumeration value="GIR1508"/>
<enumeration value="GIR1509"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1501 |
No Top-up Tax payable
|
GIR_1502 |
below EUR 1 million
|
GIR_1503 |
EUR 1 million to below EUR 5 million
|
GIR_1504 |
EUR 5 million to below EUR 25 million
|
GIR_1505 |
EUR 25 million to below EUR 50 million
|
GIR_1506 |
EUR 50 million to below EUR 75 million
|
GIR_1507 |
EUR 75 million to below EUR 100 million
|
GIR_1508 |
EUR 100 million to below EUR 250 million
|
GIR_1509 |
EUR 250 million or above
|
| Modifier and Type | Method | Description |
|---|---|---|
static GlobeTuTEnumType |
fromValue(String v) |
|
String |
value() |
|
static GlobeTuTEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static GlobeTuTEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobeTuTEnumType GIR_1501
public static final GlobeTuTEnumType GIR_1502
public static final GlobeTuTEnumType GIR_1503
public static final GlobeTuTEnumType GIR_1504
public static final GlobeTuTEnumType GIR_1505
public static final GlobeTuTEnumType GIR_1506
public static final GlobeTuTEnumType GIR_1507
public static final GlobeTuTEnumType GIR_1508
public static final GlobeTuTEnumType GIR_1509
public static GlobeTuTEnumType[] values()
for (GlobeTuTEnumType c : GlobeTuTEnumType.values()) System.out.println(c);
public static GlobeTuTEnumType 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 GlobeTuTEnumType fromValue(String v)
Copyright © 2025. All rights reserved.