@Generated(value="com.neeve.adm.AdmEnumeration", date="Fri Dec 05 13:32:50 UTC 2025") @AdmGenerated(compatLevel="4.1.0", admVersion="Unknown Version", date="12/5/25 1:32 PM", buildInfo="nvx-talon-3.16.63 (nvx-codegen-plugin)") public enum SrvMonSeriesType extends Enum<SrvMonSeriesType>
Indicates the type of a Series stat. This is used to tell which accessor on a SrvMonUserSeriesStat to call to get the gauge value. At present only the INT data type is supported. The remaining data types are reserved for future use.
| Enum Constant and Description |
|---|
BYTE
Indicates that a Gauge is of byte type.
|
DOUBLE
Indicates that a Gauge is of double type.
|
FLOAT
Indicates that a Gauge is of float type.
|
INT
Indicates that a Gauge is of int type.
|
LONG
Indicates that a Gauge is of long type.
|
SHORT
Indicates that a Gauge is of short type.
|
| Modifier and Type | Field and Description |
|---|---|
static SrvMonSeriesType[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays.
|
int |
val |
static List<SrvMonSeriesType> |
VALUES
A zero garbage alternative to
values(). |
| Modifier and Type | Method and Description |
|---|---|
static SrvMonSeriesType |
fromCode(int code)
Gets the value corresponding to the provided int 'code' value.
|
static SrvMonSeriesType |
fromCodeString(String value)
Gets the value corresponding to the provided 'code' value in its String form.
|
static SrvMonSeriesType |
fromValue(int val)
Gets the value corresponding to the provided 'constant' value.
|
String |
getCodeString()
Gets the code value for this enumeration as a String.
|
static Class<?> |
getCodeType()
Gets the code type with which this enumeration was generated.
|
static boolean |
hasValue(int val)
Tests if the passed in value represents a 'constant' in this enumeration.
|
static SrvMonSeriesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrvMonSeriesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SrvMonSeriesType BYTE
public static final SrvMonSeriesType SHORT
public static final SrvMonSeriesType INT
public static final SrvMonSeriesType LONG
public static final SrvMonSeriesType FLOAT
public static final SrvMonSeriesType DOUBLE
public static final List<SrvMonSeriesType> VALUES
values().public static final SrvMonSeriesType[] EMPTY_ARRAY
public final int val
public static SrvMonSeriesType[] values()
for (SrvMonSeriesType c : SrvMonSeriesType.values()) System.out.println(c);
public static SrvMonSeriesType 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 nullpublic static final boolean hasValue(int val)
val - The value to test for.public static final SrvMonSeriesType fromValue(int val)
val - The 'constant' value to look up.IllegalArgumentException - if the provided code is not a valid code for this enumpublic static final SrvMonSeriesType fromCode(int code)
code - The int 'code' value to look up.IllegalArgumentException - if the provided code is not a valid code for this enumpublic static final SrvMonSeriesType fromCodeString(String value)
value - The String 'code' value to look up.IllegalArgumentException - if the provided code is not a valid code for this enumpublic static final Class<?> getCodeType()
public final String getCodeString()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.