public enum ExTypeOfEntityEnumType extends Enum<ExTypeOfEntityEnumType>
Java class for ExTypeOfEntity_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ExTypeOfEntity_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR2801"/>
<enumeration value="GIR2802"/>
<enumeration value="GIR2803"/>
<enumeration value="GIR2804"/>
<enumeration value="GIR2805"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_2801 |
Governmental Entity
|
GIR_2802 |
International Organisation
|
GIR_2803 |
Non-profit Organisation
|
GIR_2804 |
Pension Fund
|
GIR_2805 |
Pension Fund that is not a Pension Services Entity
|
| Modifier and Type | Method | Description |
|---|---|---|
static ExTypeOfEntityEnumType |
fromValue(String v) |
|
String |
value() |
|
static ExTypeOfEntityEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ExTypeOfEntityEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExTypeOfEntityEnumType GIR_2801
public static final ExTypeOfEntityEnumType GIR_2802
public static final ExTypeOfEntityEnumType GIR_2803
public static final ExTypeOfEntityEnumType GIR_2804
public static final ExTypeOfEntityEnumType GIR_2805
public static ExTypeOfEntityEnumType[] values()
for (ExTypeOfEntityEnumType c : ExTypeOfEntityEnumType.values()) System.out.println(c);
public static ExTypeOfEntityEnumType 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 ExTypeOfEntityEnumType fromValue(String v)
Copyright © 2025. All rights reserved.