| Package | Description |
|---|---|
| org.netxms.client.constants | |
| org.netxms.client.server |
| Modifier and Type | Method and Description |
|---|---|
static ServerVariableDataType |
ServerVariableDataType.getByCode(char code) |
static ServerVariableDataType |
ServerVariableDataType.getByValue(int value)
Get enum element by integer value
|
static ServerVariableDataType |
ServerVariableDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerVariableDataType[] |
ServerVariableDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServerVariableDataType |
ServerVariable.getDataType() |
| Constructor and Description |
|---|
ServerVariable(String name,
String value,
boolean isServerRestartNeeded,
ServerVariableDataType dataType,
String description)
Default constructor for NXCServerVariable.
|
Copyright © 2017. All rights reserved.