public enum NonArt415EnumType extends Enum<NonArt415EnumType>
Java class for NonArt415_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NonArt415_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR2601"/>
<enumeration value="GIR2602"/>
<enumeration value="GIR2603"/>
<enumeration value="GIR2604"/>
<enumeration value="GIR2605"/>
<enumeration value="GIR2606"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_2601 |
Article 3.2.6
|
GIR_2602 |
Article 4.4.4
|
GIR_2603 |
Article 4.6.1
|
GIR_2604 |
Article 4.6.4
|
GIR_2605 |
Article 7.3.5
|
GIR_2606 |
Article 7.3.7
|
| Modifier and Type | Method | Description |
|---|---|---|
static NonArt415EnumType |
fromValue(String v) |
|
String |
value() |
|
static NonArt415EnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static NonArt415EnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NonArt415EnumType GIR_2601
public static final NonArt415EnumType GIR_2602
public static final NonArt415EnumType GIR_2603
public static final NonArt415EnumType GIR_2604
public static final NonArt415EnumType GIR_2605
public static final NonArt415EnumType GIR_2606
public static NonArt415EnumType[] values()
for (NonArt415EnumType c : NonArt415EnumType.values()) System.out.println(c);
public static NonArt415EnumType 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 NonArt415EnumType fromValue(String v)
Copyright © 2025. All rights reserved.