public static enum PathContext.Type extends Enum<PathContext.Type>
Modifier and Type | Method and Description |
---|---|
static PathContext.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathContext.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathContext.Type ROOT
public static final PathContext.Type ACTIVE
public static final PathContext.Type COMPLETED
public static final PathContext.Type TEMP
public static PathContext.Type[] values()
for (PathContext.Type c : PathContext.Type.values()) System.out.println(c);
public static PathContext.Type 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 © 2001–2019 JBoss by Red Hat. All rights reserved.