public enum MainEntityPEandFTEBasisEnumType extends Enum<MainEntityPEandFTEBasisEnumType>
Java class for MainEntityPEandFTEBasis_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MainEntityPEandFTEBasis_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1701"/>
<enumeration value="GIR1702"/>
<enumeration value="GIR1703"/>
<enumeration value="GIR1704"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1701 |
Article 3.4
|
GIR_1702 |
Article 3.5.3
|
GIR_1703 |
Article 3.5.1(a)
|
GIR_1704 |
Article 3.5.1(b)
|
| Modifier and Type | Method | Description |
|---|---|---|
static MainEntityPEandFTEBasisEnumType |
fromValue(String v) |
|
String |
value() |
|
static MainEntityPEandFTEBasisEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MainEntityPEandFTEBasisEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MainEntityPEandFTEBasisEnumType GIR_1701
public static final MainEntityPEandFTEBasisEnumType GIR_1702
public static final MainEntityPEandFTEBasisEnumType GIR_1703
public static final MainEntityPEandFTEBasisEnumType GIR_1704
public static MainEntityPEandFTEBasisEnumType[] values()
for (MainEntityPEandFTEBasisEnumType c : MainEntityPEandFTEBasisEnumType.values()) System.out.println(c);
public static MainEntityPEandFTEBasisEnumType 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 MainEntityPEandFTEBasisEnumType fromValue(String v)
Copyright © 2025. All rights reserved.