@Portable public enum AssetManagementEventTypes extends Enum<AssetManagementEventTypes> implements org.ext.uberfire.social.activities.model.SocialEventType
| Enum Constant and Description |
|---|
BRANCH_CREATED |
REPOSITORY_CHANGE |
| Modifier and Type | Method and Description |
|---|---|
static AssetManagementEventTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetManagementEventTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetManagementEventTypes BRANCH_CREATED
public static final AssetManagementEventTypes REPOSITORY_CHANGE
public static AssetManagementEventTypes[] values()
for (AssetManagementEventTypes c : AssetManagementEventTypes.values()) System.out.println(c);
public static AssetManagementEventTypes 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 © 2001–2017 JBoss by Red Hat. All rights reserved.