public enum HidingMode
Specifies how variable will be hided.
Enum Constant and Description |
---|
LABEL
Only value of variable will be shown at dashboard screen.
|
NONE
Both label and value of variable will be shown at dashboard screen.
|
VARIABLE
Both label and value of variable will be hidden from dashboard screen.
|
Modifier and Type | Method and Description |
---|---|
int |
getMode() |
public static HidingMode NONE
Both label and value of variable will be shown at dashboard screen.
public static HidingMode LABEL
Only value of variable will be shown at dashboard screen.
public static HidingMode VARIABLE
Both label and value of variable will be hidden from dashboard screen.