@Portable public enum OrganizationalUnitEventType extends Enum<OrganizationalUnitEventType> implements SocialEventType
Enum Constant and Description |
---|
NEW_ORGANIZATIONAL_UNIT |
ORGANIZATIONAL_UNIT_UPDATED |
REPO_ADDED_TO_ORGANIZATIONAL_UNIT |
REPO_REMOVED_FROM_ORGANIZATIONAL_UNIT |
Modifier and Type | Method and Description |
---|---|
static OrganizationalUnitEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationalUnitEventType[] |
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 OrganizationalUnitEventType NEW_ORGANIZATIONAL_UNIT
public static final OrganizationalUnitEventType REPO_ADDED_TO_ORGANIZATIONAL_UNIT
public static final OrganizationalUnitEventType REPO_REMOVED_FROM_ORGANIZATIONAL_UNIT
public static final OrganizationalUnitEventType ORGANIZATIONAL_UNIT_UPDATED
public static OrganizationalUnitEventType[] values()
for (OrganizationalUnitEventType c : OrganizationalUnitEventType.values()) System.out.println(c);
public static OrganizationalUnitEventType 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–2018 JBoss by Red Hat. All rights reserved.