public static enum RegistryBlackboardManagerImpl.LastStamp extends Enum<RegistryBlackboardManagerImpl.LastStamp>
| Enum Constant and Description |
|---|
REQUEST
LAST_REQUEST, used when the blackboard message flows from the client to the server.
|
RESPONSE
LAST_RESPONSE, used when the blackboard message flows from the server to the client, signaling the completion/progress of the
action..
|
| Modifier and Type | Method and Description |
|---|---|
static RegistryBlackboardManagerImpl.LastStamp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistryBlackboardManagerImpl.LastStamp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistryBlackboardManagerImpl.LastStamp REQUEST
public static final RegistryBlackboardManagerImpl.LastStamp RESPONSE
public static RegistryBlackboardManagerImpl.LastStamp[] values()
for (RegistryBlackboardManagerImpl.LastStamp c : RegistryBlackboardManagerImpl.LastStamp.values()) System.out.println(c);
public static RegistryBlackboardManagerImpl.LastStamp 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 nullCopyright © 2017. All rights reserved.