public enum FilingCECofUPEEnumType extends Enum<FilingCECofUPEEnumType>
Java class for FilingCECofUPE_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FilingCECofUPE_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR501"/>
<enumeration value="GIR502"/>
<enumeration value="GIR503"/>
<enumeration value="GIR504"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_501 |
Subparagraph a
|
GIR_502 |
Subparagraph b
|
GIR_503 |
Subparagraph c
|
GIR_504 |
Subparagraph d
|
| Modifier and Type | Method | Description |
|---|---|---|
static FilingCECofUPEEnumType |
fromValue(String v) |
|
String |
value() |
|
static FilingCECofUPEEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FilingCECofUPEEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilingCECofUPEEnumType GIR_501
public static final FilingCECofUPEEnumType GIR_502
public static final FilingCECofUPEEnumType GIR_503
public static final FilingCECofUPEEnumType GIR_504
public static FilingCECofUPEEnumType[] values()
for (FilingCECofUPEEnumType c : FilingCECofUPEEnumType.values()) System.out.println(c);
public static FilingCECofUPEEnumType 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 FilingCECofUPEEnumType fromValue(String v)
Copyright © 2025. All rights reserved.