public static enum AISRecord.AISSubType extends Enum<AISRecord.AISSubType>
| Enum Constant and Description |
|---|
SCRIPT_CREATED |
SCRIPT_LAUNCHED |
SCRIPT_REMOVED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AISRecord.AISSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AISRecord.AISSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AISRecord.AISSubType SCRIPT_CREATED
public static final AISRecord.AISSubType SCRIPT_REMOVED
public static final AISRecord.AISSubType SCRIPT_LAUNCHED
public static AISRecord.AISSubType[] values()
for (AISRecord.AISSubType c : AISRecord.AISSubType.values()) System.out.println(c);
public static AISRecord.AISSubType 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<AISRecord.AISSubType>Copyright © 2016. All Rights Reserved.