public static enum ICSInfo.WindowSequence extends java.lang.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 |
forInt(int i) |
static ICSInfo.WindowSequence |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ICSInfo.WindowSequence forInt(int i) throws AACException
AACException