public enum ETRTypeofSubGroupEnumType extends Enum<ETRTypeofSubGroupEnumType>
Java class for ETRTypeofSubGroup_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ETRTypeofSubGroup_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1601"/>
<enumeration value="GIR1602"/>
<enumeration value="GIR1603"/>
<enumeration value="GIR1604"/>
<enumeration value="GIR1605"/>
<enumeration value="GIR1606"/>
<enumeration value="GIR1607"/>
<enumeration value="GIR1608"/>
<enumeration value="GIR1609"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1601 |
Constituent Entities
|
GIR_1602 |
Minority-Owned Subgroup
|
GIR_1603 |
Standalone MOCEs
|
GIR_1604 |
Investment Entities
|
GIR_1605 |
JV Group
|
GIR_1606 |
Stateless Constituent Entity
|
GIR_1607 |
Transitional CbCR Safe Harbour-Constituent Entities
|
GIR_1608 |
Transitional CbCR Safe Harbour- JV Group (specify which JV Group)
|
GIR_1609 |
Transitional UTPR Safe Harbour
|
| Modifier and Type | Method | Description |
|---|---|---|
static ETRTypeofSubGroupEnumType |
fromValue(String v) |
|
String |
value() |
|
static ETRTypeofSubGroupEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ETRTypeofSubGroupEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETRTypeofSubGroupEnumType GIR_1601
public static final ETRTypeofSubGroupEnumType GIR_1602
public static final ETRTypeofSubGroupEnumType GIR_1603
public static final ETRTypeofSubGroupEnumType GIR_1604
public static final ETRTypeofSubGroupEnumType GIR_1605
public static final ETRTypeofSubGroupEnumType GIR_1606
public static final ETRTypeofSubGroupEnumType GIR_1607
public static final ETRTypeofSubGroupEnumType GIR_1608
public static final ETRTypeofSubGroupEnumType GIR_1609
public static ETRTypeofSubGroupEnumType[] values()
for (ETRTypeofSubGroupEnumType c : ETRTypeofSubGroupEnumType.values()) System.out.println(c);
public static ETRTypeofSubGroupEnumType 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 ETRTypeofSubGroupEnumType fromValue(String v)
Copyright © 2025. All rights reserved.