public enum IntShipCategoryEnumType extends Enum<IntShipCategoryEnumType>
Java class for IntShipCategory_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="IntShipCategory_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR2101"/>
<enumeration value="GIR2102"/>
<enumeration value="GIR2103"/>
<enumeration value="GIR2104"/>
<enumeration value="GIR2105"/>
<enumeration value="GIR2106"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_2101 |
Article 3.3.2.a
|
GIR_2102 |
Article 3.3.2.b
|
GIR_2103 |
Article 3.3.2.c
|
GIR_2104 |
Article 3.3.2.d
|
GIR_2105 |
Article 3.3.2.e
|
GIR_2106 |
Article 3.3.2.f
|
| Modifier and Type | Method | Description |
|---|---|---|
static IntShipCategoryEnumType |
fromValue(String v) |
|
String |
value() |
|
static IntShipCategoryEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IntShipCategoryEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntShipCategoryEnumType GIR_2101
public static final IntShipCategoryEnumType GIR_2102
public static final IntShipCategoryEnumType GIR_2103
public static final IntShipCategoryEnumType GIR_2104
public static final IntShipCategoryEnumType GIR_2105
public static final IntShipCategoryEnumType GIR_2106
public static IntShipCategoryEnumType[] values()
for (IntShipCategoryEnumType c : IntShipCategoryEnumType.values()) System.out.println(c);
public static IntShipCategoryEnumType 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 IntShipCategoryEnumType fromValue(String v)
Copyright © 2025. All rights reserved.