public enum OwnershipTypeEnumType extends Enum<OwnershipTypeEnumType>
Java class for OwnershipType_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="OwnershipType_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR801"/>
<enumeration value="GIR802"/>
<enumeration value="GIR803"/>
<enumeration value="GIR804"/>
<enumeration value="GIR805"/>
<enumeration value="GIR806"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_801 |
UPE
|
GIR_802 |
Constituent Entities
|
GIR_803 |
JVs
|
GIR_804 |
JV Subsidiaries
|
GIR_805 |
Excluded Entities (aggregate)
|
GIR_806 |
Non-Group members (aggregate)
|
| Modifier and Type | Method | Description |
|---|---|---|
static OwnershipTypeEnumType |
fromValue(String v) |
|
String |
value() |
|
static OwnershipTypeEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OwnershipTypeEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwnershipTypeEnumType GIR_801
public static final OwnershipTypeEnumType GIR_802
public static final OwnershipTypeEnumType GIR_803
public static final OwnershipTypeEnumType GIR_804
public static final OwnershipTypeEnumType GIR_805
public static final OwnershipTypeEnumType GIR_806
public static OwnershipTypeEnumType[] values()
for (OwnershipTypeEnumType c : OwnershipTypeEnumType.values()) System.out.println(c);
public static OwnershipTypeEnumType 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 OwnershipTypeEnumType fromValue(String v)
Copyright © 2025. All rights reserved.