public enum AddressQueueStatus extends Enum<AddressQueueStatus>
Modifier and Type | Field and Description |
---|---|
short |
id |
static AddressQueueStatus[] |
values |
Modifier and Type | Method and Description |
---|---|
static AddressQueueStatus |
fromID(short id) |
static AddressQueueStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressQueueStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressQueueStatus PAUSED
public static final AddressQueueStatus RUNNING
public final short id
public static AddressQueueStatus[] values
public static AddressQueueStatus[] values()
for (AddressQueueStatus c : AddressQueueStatus.values()) System.out.println(c);
public static AddressQueueStatus 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 static AddressQueueStatus fromID(short id)
Copyright © 2021 JBoss by Red Hat. All rights reserved.