public enum Properties extends java.lang.Enum<Properties> implements IProperty
Enum Constant and Description |
---|
AVERAGE |
COUNT |
MAX |
MEDIAN |
MIN |
TOTAL |
Modifier and Type | Method and Description |
---|---|
static Properties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties MIN
public static final Properties MAX
public static final Properties AVERAGE
public static final Properties MEDIAN
public static final Properties TOTAL
public static final Properties COUNT
public static Properties[] values()
for (Properties c : Properties.values()) System.out.println(c);
public static Properties 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 nullCopyright 2020 Kieker Project, http://kieker-monitoring.net