@Portable public enum ModuleEventType extends Enum<ModuleEventType> implements SocialEventType
Enum Constant and Description |
---|
NEW_MODULE |
Modifier and Type | Method and Description |
---|---|
static ModuleEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final ModuleEventType NEW_MODULE
public static ModuleEventType[] values()
for (ModuleEventType c : ModuleEventType.values()) System.out.println(c);
public static ModuleEventType 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 © 2012–2019 JBoss by Red Hat. All rights reserved.