public static enum CascadingStats.Type extends java.lang.Enum<CascadingStats.Type>
Enum Constant and Description |
---|
ATTEMPT |
CASCADE |
FLOW |
NODE |
SLICE |
STEP |
Modifier and Type | Method and Description |
---|---|
boolean |
isChild(CascadingStats.Type type) |
static CascadingStats.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CascadingStats.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CascadingStats.Type CASCADE
public static final CascadingStats.Type FLOW
public static final CascadingStats.Type STEP
public static final CascadingStats.Type NODE
public static final CascadingStats.Type SLICE
public static final CascadingStats.Type ATTEMPT
public static CascadingStats.Type[] values()
for (CascadingStats.Type c : CascadingStats.Type.values()) System.out.println(c);
public static CascadingStats.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isChild(CascadingStats.Type type)
Copyright © 2007-2015 Xplenty, Inc. All Rights Reserved.