public static enum BroadleafSystemEvent.BroadleafEventWorkerType extends Enum<BroadleafSystemEvent.BroadleafEventWorkerType>
| Modifier and Type | Method and Description |
|---|---|
static BroadleafSystemEvent.BroadleafEventWorkerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BroadleafSystemEvent.BroadleafEventWorkerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BroadleafSystemEvent.BroadleafEventWorkerType SITE
public static final BroadleafSystemEvent.BroadleafEventWorkerType ADMIN
public static final BroadleafSystemEvent.BroadleafEventWorkerType ANY
public static BroadleafSystemEvent.BroadleafEventWorkerType[] values()
for (BroadleafSystemEvent.BroadleafEventWorkerType c : BroadleafSystemEvent.BroadleafEventWorkerType.values()) System.out.println(c);
public static BroadleafSystemEvent.BroadleafEventWorkerType 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 © 2026. All rights reserved.