public enum ETRRangeEnumType extends Enum<ETRRangeEnumType>
Java class for ETRRange_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ETRRange_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1301"/>
<enumeration value="GIR1302"/>
<enumeration value="GIR1303"/>
<enumeration value="GIR1304"/>
<enumeration value="GIR1305"/>
<enumeration value="GIR1306"/>
<enumeration value="GIR1307"/>
<enumeration value="GIR1308"/>
<enumeration value="GIR1309"/>
<enumeration value="GIR1310"/>
<enumeration value="GIR1311"/>
<enumeration value="GIR1312"/>
<enumeration value="GIR1313"/>
<enumeration value="GIR1314"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1301 |
below 2.5%
|
GIR_1302 |
2.5% or above but below 5%
|
GIR_1303 |
5% or above but below 7.5%
|
GIR_1304 |
7.5% or above but below 10%
|
GIR_1305 |
10% or above but below 12.5%
|
GIR_1306 |
12.5% or above but below 15%
|
GIR_1307 |
15% or above but below 17.5%
|
GIR_1308 |
17.5% or above but below 20%
|
GIR_1309 |
20% or above but below 22.5%
|
GIR_1310 |
22.5% or above but below 25%
|
GIR_1311 |
25% or above but below 27.5%
|
GIR_1312 |
27.5% or above but below 30%
|
GIR_1313 |
30% or above
|
GIR_1314 |
Section 3.2 not completed
|
| Modifier and Type | Method | Description |
|---|---|---|
static ETRRangeEnumType |
fromValue(String v) |
|
String |
value() |
|
static ETRRangeEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ETRRangeEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETRRangeEnumType GIR_1301
public static final ETRRangeEnumType GIR_1302
public static final ETRRangeEnumType GIR_1303
public static final ETRRangeEnumType GIR_1304
public static final ETRRangeEnumType GIR_1305
public static final ETRRangeEnumType GIR_1306
public static final ETRRangeEnumType GIR_1307
public static final ETRRangeEnumType GIR_1308
public static final ETRRangeEnumType GIR_1309
public static final ETRRangeEnumType GIR_1310
public static final ETRRangeEnumType GIR_1311
public static final ETRRangeEnumType GIR_1312
public static final ETRRangeEnumType GIR_1313
public static final ETRRangeEnumType GIR_1314
public static ETRRangeEnumType[] values()
for (ETRRangeEnumType c : ETRRangeEnumType.values()) System.out.println(c);
public static ETRRangeEnumType 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 ETRRangeEnumType fromValue(String v)
Copyright © 2025. All rights reserved.