| Modifier and Type | Field and Description |
|---|---|
protected BooleanType |
ChannelType._float |
protected BooleanType |
Prtg.error |
protected BooleanType |
ChannelType.limitMode |
protected BooleanType |
ChannelType.showChart |
protected BooleanType |
ChannelType.showtable |
protected BooleanType |
ChannelType.warning |
| Modifier and Type | Method and Description |
|---|---|
static BooleanType |
BooleanType.fromValue(String v) |
BooleanType |
Prtg.getError()
Gets the value of the error property.
|
BooleanType |
ChannelType.getFloat()
Define if the value is a float.
|
BooleanType |
ChannelType.getLimitMode()
Define if the limit settings defined above will be active.
|
BooleanType |
ChannelType.getShowChart()
Init value for the Show in Chart option.
|
BooleanType |
ChannelType.getShowtable()
Init value for the Show in Table option.
|
BooleanType |
ChannelType.getWarning()
If enabled for at least one channel, the entire sensor is set to warning status.
|
static BooleanType |
BooleanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanType[] |
BooleanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Prtg.setError(BooleanType value)
Sets the value of the error property.
|
void |
ChannelType.setFloat(BooleanType value)
Sets the value of the float property.
|
void |
ChannelType.setLimitMode(BooleanType value)
Sets the value of the limitMode property.
|
void |
ChannelType.setShowChart(BooleanType value)
Sets the value of the showChart property.
|
void |
ChannelType.setShowtable(BooleanType value)
Sets the value of the showtable property.
|
void |
ChannelType.setWarning(BooleanType value)
Sets the value of the warning property.
|
Prtg |
Prtg.withError(BooleanType value) |
ChannelType |
ChannelType.withFloat(BooleanType value) |
ChannelType |
ChannelType.withLimitMode(BooleanType value) |
ChannelType |
ChannelType.withShowChart(BooleanType value) |
ChannelType |
ChannelType.withShowtable(BooleanType value) |
ChannelType |
ChannelType.withWarning(BooleanType value) |
Copyright © 2014. All rights reserved.