public static enum WmoCodeFlagTables.TableType extends Enum<WmoCodeFlagTables.TableType>
| Modifier and Type | Method and Description |
|---|---|
static WmoCodeFlagTables.TableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmoCodeFlagTables.TableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WmoCodeFlagTables.TableType param
public static final WmoCodeFlagTables.TableType code
public static final WmoCodeFlagTables.TableType flag
public static final WmoCodeFlagTables.TableType cat
public static WmoCodeFlagTables.TableType[] values()
for (WmoCodeFlagTables.TableType c : WmoCodeFlagTables.TableType.values()) System.out.println(c);
public static WmoCodeFlagTables.TableType 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 null