public static class IltPerformance.SecState extends IltLimitedNumericState
Any secondary state in the IltPerformance
state system
is an instance of this class.
This class models states which can have numeric values,
defined inside an interval given by MaxValue
and
MinValue
.
Instances of this class should only be set together with an associated value. The value must be any of the following types:
int
,float
,Number
,int[]
,long[]
,float[]
,double[]
, orNumber[]
.Note: By default, the MinValue
is zero and the
MaxValue
is Float.MAX_VALUE
.
IltObjectState.set(IltState, Object)
Modifier and Type | Field and Description |
---|---|
static IltPerformance.SecState |
Bandwidth
A generic state to model the bandwidth.
|
static IltPerformance.SecState |
Generic
A state to represent any numeric value.
|
static IltPerformance.SecState |
In
A state to model any input of data in bytes.
|
static IltPerformance.SecState |
In_Gb
A state to model any input of data in gigabytes.
|
static IltPerformance.SecState |
In_Kb
A state to model any input of data in kilobytes.
|
static IltPerformance.SecState |
In_Mb
A state to model any input of data in megabytes.
|
static IltPerformance.SecState |
Input
A generic state to model any input.
|
static IltStateInfo |
metainfo
Contains metainformation about this class.
|
static IltPerformance.SecState |
Out
A state to model any output of data in bytes.
|
static IltPerformance.SecState |
Out_Gb
A state to model any output of data in gigabytes.
|
static IltPerformance.SecState |
Out_Kb
A state to model any output of data in kilobytes.
|
static IltPerformance.SecState |
Out_Mb
A state to model any output of data in megabytes.
|
static IltPerformance.SecState |
Output
A generic state to model any output.
|
static IltPerformance.SecState |
Power
A state to represent the power or voltage of a piece of equipment.
|
static IltPerformance.SecState |
Print
A state to represent the portion of a document that has
already printed out.
|
static IltPerformance.SecState |
Temperature
A state to represent the temperature of a piece of equipment.
|
MaxValue, MinValue
Modifier | Constructor and Description |
---|---|
|
SecState()
This constructor is used by CSS styling mechanism.
|
protected |
SecState(String name,
String desc,
String message) |
protected |
SecState(String name,
String description,
String message,
Number defaultValue,
Number maxValue,
boolean useMax,
Number minValue,
boolean useMin) |
clone, copy, getMaxValue, getMinValue, getValue, getValues, isUsingMaxValue, isUsingMinValue, isValid, list, setDefault, setDescription, setMaxValue, setMessage, setMinValue, setName, setUsingMaxValue, setUsingMinValue
getDouble, getToolTipText, getToolTipText
createValue, getDefault, hasDefault
CreateNameFilter, CreateStateFilter, equals, getAliases, getAllPaths, getAltName, getDescription, getName, getProperty, getStateInfo, hasDescription, hashCode, intern, isInside, IsPropertyTransient, removeProperty, setAltName, setProperty, SetPropertyTransient, toString
public static IltPerformance.SecState Input
public static IltPerformance.SecState In
public static IltPerformance.SecState In_Kb
public static IltPerformance.SecState In_Mb
public static IltPerformance.SecState In_Gb
public static IltPerformance.SecState Output
public static IltPerformance.SecState Out
public static IltPerformance.SecState Out_Kb
public static IltPerformance.SecState Out_Mb
public static IltPerformance.SecState Out_Gb
public static IltPerformance.SecState Print
public static IltPerformance.SecState Generic
public static IltPerformance.SecState Power
public static IltPerformance.SecState Temperature
public static IltPerformance.SecState Bandwidth
public static IltStateInfo metainfo
protected SecState(String name, String description, String message, Number defaultValue, Number maxValue, boolean useMax, Number minValue, boolean useMin)
public SecState()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.