|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BufferStoreEntry.EntryStatus>
gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry.EntryStatus
public static enum BufferStoreEntry.EntryStatus
The status of the entry
Enum Constant Summary | |
---|---|
Close
The entry is closed and no more Record s are expected |
|
Open
The entry is still active and the reader is used to retrieve more Record s |
Method Summary | |
---|---|
static BufferStoreEntry.EntryStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BufferStoreEntry.EntryStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final BufferStoreEntry.EntryStatus Open
Record
s
public static final BufferStoreEntry.EntryStatus Close
Record
s are expected
Method Detail |
---|
public static BufferStoreEntry.EntryStatus[] values()
for (BufferStoreEntry.EntryStatus c : BufferStoreEntry.EntryStatus.values()) System.out.println(c);
public static BufferStoreEntry.EntryStatus 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |