public static enum RepositoryBlackboardMessage.Action extends Enum<RepositoryBlackboardMessage.Action>
| Enum Constant and Description |
|---|
CANCEL |
CREATE |
DELETE |
MANAGE |
RELEASE |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryBlackboardMessage.Action |
getAction(String str) |
String |
getValue() |
static RepositoryBlackboardMessage.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryBlackboardMessage.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryBlackboardMessage.Action CREATE
public static final RepositoryBlackboardMessage.Action DELETE
public static final RepositoryBlackboardMessage.Action UPDATE
public static final RepositoryBlackboardMessage.Action MANAGE
public static final RepositoryBlackboardMessage.Action RELEASE
public static final RepositoryBlackboardMessage.Action CANCEL
public static RepositoryBlackboardMessage.Action[] values()
for (RepositoryBlackboardMessage.Action c : RepositoryBlackboardMessage.Action.values()) System.out.println(c);
public static RepositoryBlackboardMessage.Action 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 String getValue()
public static RepositoryBlackboardMessage.Action getAction(String str)
Copyright © 2017. All rights reserved.