@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public enum SubjectIndicator extends Enum<SubjectIndicator>
| Modifier and Type | Method and Description |
|---|---|
static SubjectIndicator |
fromValue(Object value) |
String |
value() |
static SubjectIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubjectIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubjectIndicator NAVIGATIONAL_WARNINGS
public static final SubjectIndicator METEOROLOGICAL_WARNINGS
public static final SubjectIndicator ICE_REPORTS
public static final SubjectIndicator SAR_INFO_AND_PIRACY_WARNINGS
public static final SubjectIndicator METEOROLOGICAL_FORECASTS
public static final SubjectIndicator NOT_USED
public static final SubjectIndicator SATNAV_MESSAGES
public static final SubjectIndicator OTHER_ELECTRONIC_NAVAID_MESSAGES
public static final SubjectIndicator OTHER_NAVIGATIONAL_WARNINGS
public static final SubjectIndicator PILOT_SERVICE_MESSAGES
public static final SubjectIndicator AIS
public static final SubjectIndicator LORAN_MESSAGES
public static final SubjectIndicator SPECIAL_SERVICES_V
public static final SubjectIndicator SPECIAL_SERVICES_W
public static final SubjectIndicator SPECIAL_SERVICES_X
public static final SubjectIndicator SPECIAL_SERVICES_Y
public static final SubjectIndicator NO_MESSAGES_ON_HAND
public static SubjectIndicator[] values()
for (SubjectIndicator c : SubjectIndicator.values()) System.out.println(c);
public static SubjectIndicator 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 SubjectIndicator fromValue(Object value)
Copyright © 2023. All rights reserved.