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