public static enum IWorkerContext.ILoggingService.LogCategory extends Enum<IWorkerContext.ILoggingService.LogCategory>
| Modifier and Type | Method and Description |
|---|---|
static IWorkerContext.ILoggingService.LogCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IWorkerContext.ILoggingService.LogCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IWorkerContext.ILoggingService.LogCategory PROGRESS
public static final IWorkerContext.ILoggingService.LogCategory TX
public static final IWorkerContext.ILoggingService.LogCategory INIT
public static final IWorkerContext.ILoggingService.LogCategory CONTEXT
public static final IWorkerContext.ILoggingService.LogCategory HTML
public static IWorkerContext.ILoggingService.LogCategory[] values()
for (IWorkerContext.ILoggingService.LogCategory c : IWorkerContext.ILoggingService.LogCategory.values()) System.out.println(c);
public static IWorkerContext.ILoggingService.LogCategory 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 © 2014–2021 Health Level 7. All rights reserved.