public enum ExcludedUPEEnumType extends Enum<ExcludedUPEEnumType>
Java class for ExcludedUPE_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ExcludedUPE_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR601"/>
<enumeration value="GIR602"/>
<enumeration value="GIR603"/>
<enumeration value="GIR604"/>
<enumeration value="GIR605"/>
<enumeration value="GIR606"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_601 |
Governmental Entity
|
GIR_602 |
International Organisation
|
GIR_603 |
Non-profit Organisation
|
GIR_604 |
Pension Fund
|
GIR_605 |
Investment Fund that is an UPE
|
GIR_606 |
Real Estate Investment Vehicle that is an UPE
|
| Modifier and Type | Method | Description |
|---|---|---|
static ExcludedUPEEnumType |
fromValue(String v) |
|
String |
value() |
|
static ExcludedUPEEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ExcludedUPEEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcludedUPEEnumType GIR_601
public static final ExcludedUPEEnumType GIR_602
public static final ExcludedUPEEnumType GIR_603
public static final ExcludedUPEEnumType GIR_604
public static final ExcludedUPEEnumType GIR_605
public static final ExcludedUPEEnumType GIR_606
public static ExcludedUPEEnumType[] values()
for (ExcludedUPEEnumType c : ExcludedUPEEnumType.values()) System.out.println(c);
public static ExcludedUPEEnumType 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 ExcludedUPEEnumType fromValue(String v)
Copyright © 2025. All rights reserved.