public static enum AckReader.AckReaderState extends Enum<AckReader.AckReaderState>
| Enum Constant and Description | 
|---|
PAUSE_PENDING  | 
PAUSED  | 
RESUME_PENDING  | 
RESUMED  | 
START_PENDING  | 
STARTED  | 
STOP_PENDING  | 
STOPPED  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getId()  | 
String | 
toString()  | 
static AckReader.AckReaderState | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AckReader.AckReaderState[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AckReader.AckReaderState STOP_PENDING
public static final AckReader.AckReaderState STOPPED
public static final AckReader.AckReaderState START_PENDING
public static final AckReader.AckReaderState STARTED
public static final AckReader.AckReaderState PAUSE_PENDING
public static final AckReader.AckReaderState PAUSED
public static final AckReader.AckReaderState RESUME_PENDING
public static final AckReader.AckReaderState RESUMED
public static AckReader.AckReaderState[] values()
for (AckReader.AckReaderState c : AckReader.AckReaderState.values()) System.out.println(c);
public static AckReader.AckReaderState 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 int getId()
public String toString()
toString in class Enum<AckReader.AckReaderState>Copyright © 2021. All rights reserved.