Class Variable

java.lang.Object
org.networkupstools.jnut.Variable

public class Variable extends Object
Class representing a variable of a device.

It can be used to get and set its value (if possible). A Variable object can be retrieved from a Device instance and cannot be constructed directly.

Author:
Emilien Kia
  • Constructor Details

    • Variable

      protected Variable(String name, Device device)
      Internally create a variable.
      Parameters:
      name - Variable name.
      device - Device to which the variable is attached.
  • Method Details