public static enum RuntimeContext.RunningEnvironment extends Enum<RuntimeContext.RunningEnvironment>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static RuntimeContext.RunningEnvironment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeContext.RunningEnvironment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeContext.RunningEnvironment epp
public static final RuntimeContext.RunningEnvironment gtn
public static final RuntimeContext.RunningEnvironment plf
public static final RuntimeContext.RunningEnvironment UNKNOWN
public static RuntimeContext.RunningEnvironment[] values()
for (RuntimeContext.RunningEnvironment c : RuntimeContext.RunningEnvironment.values()) System.out.println(c);
public static RuntimeContext.RunningEnvironment 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 nullpublic String getName()
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.