@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public enum SARServiceType extends Enum<SARServiceType>
| Enum Constant and Description |
|---|
GENERAL |
SAR_COORDINATION |
SHORE_TO_SHIP_DISTRESS_ALERT |
SHORE_TO_SHIP_URGENCY_OR_SAFETY |
| Modifier and Type | Method and Description |
|---|---|
static SARServiceType |
fromValue(Object value) |
String |
value() |
static SARServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SARServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SARServiceType SHORE_TO_SHIP_DISTRESS_ALERT
public static final SARServiceType SAR_COORDINATION
public static final SARServiceType SHORE_TO_SHIP_URGENCY_OR_SAFETY
public static final SARServiceType GENERAL
public static SARServiceType[] values()
for (SARServiceType c : SARServiceType.values()) System.out.println(c);
public static SARServiceType 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 SARServiceType fromValue(Object value)
Copyright © 2023. All rights reserved.