public static enum PathInfo.Status extends Enum<PathInfo.Status>
| Enum Constant and Description |
|---|
CREATED |
DISCARDED |
OVERRIDDEN |
| Modifier and Type | Method and Description |
|---|---|
static PathInfo.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathInfo.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathInfo.Status CREATED
public static final PathInfo.Status OVERRIDDEN
public static final PathInfo.Status DISCARDED
public static PathInfo.Status[] values()
for (PathInfo.Status c : PathInfo.Status.values()) System.out.println(c);
public static PathInfo.Status 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 © 2022 vpc open source initiative. All rights reserved.