public enum ANCShipCategoryEnumType extends Enum<ANCShipCategoryEnumType>
Java class for ANCShipCategory_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ANCShipCategory_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR2201"/>
<enumeration value="GIR2202"/>
<enumeration value="GIR2203"/>
<enumeration value="GIR2204"/>
<enumeration value="GIR2205"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_2201 |
Article 3.3.3.a
|
GIR_2202 |
Article 3.3.3.b
|
GIR_2203 |
Article 3.3.3.c
|
GIR_2204 |
Article 3.3.3.d
|
GIR_2205 |
Article 3.3.3.e
|
| Modifier and Type | Method | Description |
|---|---|---|
static ANCShipCategoryEnumType |
fromValue(String v) |
|
String |
value() |
|
static ANCShipCategoryEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ANCShipCategoryEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ANCShipCategoryEnumType GIR_2201
public static final ANCShipCategoryEnumType GIR_2202
public static final ANCShipCategoryEnumType GIR_2203
public static final ANCShipCategoryEnumType GIR_2204
public static final ANCShipCategoryEnumType GIR_2205
public static ANCShipCategoryEnumType[] values()
for (ANCShipCategoryEnumType c : ANCShipCategoryEnumType.values()) System.out.println(c);
public static ANCShipCategoryEnumType 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 ANCShipCategoryEnumType fromValue(String v)
Copyright © 2025. All rights reserved.