org.gridkit.lab.jvm.perfdata
Enum JStatData.Variability
java.lang.Object
java.lang.Enum<JStatData.Variability>
org.gridkit.lab.jvm.perfdata.JStatData.Variability
- All Implemented Interfaces:
- Serializable, Comparable<JStatData.Variability>
- Enclosing class:
- JStatData
public static enum JStatData.Variability
- extends Enum<JStatData.Variability>
INVALID
public static final JStatData.Variability INVALID
CONSTANT
public static final JStatData.Variability CONSTANT
MONOTONIC
public static final JStatData.Variability MONOTONIC
VARIABLE
public static final JStatData.Variability VARIABLE
values
public static JStatData.Variability[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JStatData.Variability c : JStatData.Variability.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JStatData.Variability valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2019. All Rights Reserved.