| Package | Description |
|---|---|
| org.netxms.client.objecttools |
| Modifier and Type | Method and Description |
|---|---|
static InputFieldType |
InputFieldType.getByValue(int value)
Get enum element from integer value
|
InputFieldType |
InputField.getType() |
static InputFieldType |
InputFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputFieldType[] |
InputFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputField.setType(InputFieldType type) |
| Constructor and Description |
|---|
InputField(String name,
InputFieldType type,
String displayName,
String config)
Create input field
|
Copyright © 2018. All rights reserved.