public enum TypeofSubGroupEnumType extends Enum<TypeofSubGroupEnumType>
Java class for TypeofSubGroup_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TypeofSubGroup_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1101"/>
<enumeration value="GIR1102"/>
<enumeration value="GIR1103"/>
<enumeration value="GIR1104"/>
<enumeration value="GIR1105"/>
<enumeration value="GIR1106"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1101 |
Constituent Entities
|
GIR_1102 |
Minority-Owned Subgroup
|
GIR_1103 |
Standalone MOCEs
|
GIR_1104 |
Investment Entities
|
GIR_1105 |
JV Group
|
GIR_1106 |
Stateless Constituent Entity
|
| Modifier and Type | Method | Description |
|---|---|---|
static TypeofSubGroupEnumType |
fromValue(String v) |
|
String |
value() |
|
static TypeofSubGroupEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TypeofSubGroupEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeofSubGroupEnumType GIR_1101
public static final TypeofSubGroupEnumType GIR_1102
public static final TypeofSubGroupEnumType GIR_1103
public static final TypeofSubGroupEnumType GIR_1104
public static final TypeofSubGroupEnumType GIR_1105
public static final TypeofSubGroupEnumType GIR_1106
public static TypeofSubGroupEnumType[] values()
for (TypeofSubGroupEnumType c : TypeofSubGroupEnumType.values()) System.out.println(c);
public static TypeofSubGroupEnumType 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 TypeofSubGroupEnumType fromValue(String v)
Copyright © 2025. All rights reserved.