
public class Variability extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Variability |
CONSTANT
Variability attribute representing Constant counters.
|
static Variability |
INVALID
An invalid Variablity value.
|
static Variability |
MONOTONIC
Variability attribute representing a Monotonically changing counters.
|
static Variability |
VARIABLE
Variability attribute representing Variable counters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Returns the integer representation of this Variability attribute.
|
String |
toString()
Returns a string describing this Variability attribute.
|
static Variability |
toVariability(int value)
Maps an integer value its corresponding Variability attribute.
|
public static final Variability INVALID
public static final Variability CONSTANT
public static final Variability MONOTONIC
public static final Variability VARIABLE
public String toString()
public int intValue()
public static Variability toVariability(int value)
INVALID is returnedvalue - an integer representation of a Variability attributevalue or INVALID
if out of range.Copyright © 2017–2018 earcam. All rights reserved.