public enum FilingCERoleEnumType extends Enum<FilingCERoleEnumType>
Java class for FilingCERole_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FilingCERole_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR401"/>
<enumeration value="GIR402"/>
<enumeration value="GIR403"/>
<enumeration value="GIR404"/>
<enumeration value="GIR405"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_401 |
Ultimate Parent Entity
|
GIR_402 |
Designated Filing Entity
|
GIR_403 |
Designated Local Entity
|
GIR_404 |
Constituent Entity
|
GIR_405 |
Other
|
| Modifier and Type | Method | Description |
|---|---|---|
static FilingCERoleEnumType |
fromValue(String v) |
|
String |
value() |
|
static FilingCERoleEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FilingCERoleEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilingCERoleEnumType GIR_401
public static final FilingCERoleEnumType GIR_402
public static final FilingCERoleEnumType GIR_403
public static final FilingCERoleEnumType GIR_404
public static final FilingCERoleEnumType GIR_405
public static FilingCERoleEnumType[] values()
for (FilingCERoleEnumType c : FilingCERoleEnumType.values()) System.out.println(c);
public static FilingCERoleEnumType 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 FilingCERoleEnumType fromValue(String v)
Copyright © 2025. All rights reserved.