public static enum P1546ver5Input.SeaType extends Enum<P1546ver5Input.SeaType>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static P1546ver5Input.SeaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P1546ver5Input.SeaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P1546ver5Input.SeaType Warm
public static final P1546ver5Input.SeaType Cold
public static P1546ver5Input.SeaType[] values()
for (P1546ver5Input.SeaType c : P1546ver5Input.SeaType.values()) System.out.println(c);
public static P1546ver5Input.SeaType 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 toString()
toString
in class Enum<P1546ver5Input.SeaType>
Copyright © 2018. All rights reserved.