public enum POPEIPEEnumType extends Enum<POPEIPEEnumType>
Java class for POPEIPE_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="POPEIPE_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR901"/>
<enumeration value="GIR902"/>
<enumeration value="GIR903"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_901 |
POPE
|
GIR_902 |
Intermediate Parent Entity
|
GIR_903 |
Parent Entity required to apply a QIIR under Art. 10.3.5
|
| Modifier and Type | Method | Description |
|---|---|---|
static POPEIPEEnumType |
fromValue(String v) |
|
String |
value() |
|
static POPEIPEEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static POPEIPEEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POPEIPEEnumType GIR_901
public static final POPEIPEEnumType GIR_902
public static final POPEIPEEnumType GIR_903
public static POPEIPEEnumType[] values()
for (POPEIPEEnumType c : POPEIPEEnumType.values()) System.out.println(c);
public static POPEIPEEnumType 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 POPEIPEEnumType fromValue(String v)
Copyright © 2025. All rights reserved.