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