public enum PositionEffect extends Enum<PositionEffect> implements EnumValue
Enum Constant and Description |
---|
CLOSE |
CLOSE_BUT_NOTIFY_ON_OPEN |
DEFAULT |
FIFO |
OPEN |
ROLLED |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static PositionEffect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositionEffect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PositionEffect CLOSE
public static final PositionEffect DEFAULT
public static final PositionEffect FIFO
public static final PositionEffect CLOSE_BUT_NOTIFY_ON_OPEN
public static final PositionEffect OPEN
public static final PositionEffect ROLLED
public static PositionEffect[] values()
for (PositionEffect c : PositionEffect.values()) System.out.println(c);
public static PositionEffect 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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.