public static enum ICSInfo.WindowSequence extends Enum<ICSInfo.WindowSequence>
Enum Constant and Description |
---|
EIGHT_SHORT_SEQUENCE |
LONG_START_SEQUENCE |
LONG_STOP_SEQUENCE |
ONLY_LONG_SEQUENCE |
Modifier and Type | Method and Description |
---|---|
static ICSInfo.WindowSequence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICSInfo.WindowSequence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICSInfo.WindowSequence ONLY_LONG_SEQUENCE
public static final ICSInfo.WindowSequence LONG_START_SEQUENCE
public static final ICSInfo.WindowSequence EIGHT_SHORT_SEQUENCE
public static final ICSInfo.WindowSequence LONG_STOP_SEQUENCE
public static ICSInfo.WindowSequence[] values()
for (ICSInfo.WindowSequence c : ICSInfo.WindowSequence.values()) System.out.println(c);
public static ICSInfo.WindowSequence 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 nullCopyright © 2019. All rights reserved.