@Deprecated
public abstract class Variable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte |
VAR_BYTE
Deprecated.
|
static byte |
VAR_INT
Deprecated.
|
static byte |
VAR_STRING
Deprecated.
|
Constructor and Description |
---|
Variable(boolean read,
boolean write,
int priority,
byte addrRange,
int address,
int number)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addSubscriber(Subscriber s)
Deprecated.
|
int |
getAddress()
Deprecated.
|
byte |
getAddrRange()
Deprecated.
|
java.lang.String |
getDesc()
Deprecated.
|
int |
getNumber()
Deprecated.
|
byte |
getPriority()
Deprecated.
|
boolean |
getRead()
Deprecated.
|
java.util.ArrayList<Subscriber> |
getSubscriberList()
Deprecated.
|
int |
getValue()
Deprecated.
|
boolean |
getWrite()
Deprecated.
|
boolean |
hasSubscribers()
Deprecated.
|
void |
notifyAboutChangeFromGUI()
Deprecated.
|
void |
postRequests()
Deprecated.
|
void |
removeSubscriber(Subscriber s)
Deprecated.
|
void |
setAddress(int address)
Deprecated.
|
void |
setAddrRange(byte addrRange)
Deprecated.
|
void |
setNumber(int number)
Deprecated.
|
void |
setPriority(byte priority)
Deprecated.
|
void |
setRead(boolean read)
Deprecated.
|
void |
setValue(float value)
Deprecated.
|
void |
setWrite(boolean write)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public static final byte VAR_BYTE
public static final byte VAR_INT
public static final byte VAR_STRING
public Variable(boolean read, boolean write, int priority, byte addrRange, int address, int number)
public void postRequests()
public java.util.ArrayList<Subscriber> getSubscriberList()
public boolean hasSubscribers()
public void addSubscriber(Subscriber s)
public void removeSubscriber(Subscriber s)
public void notifyAboutChangeFromGUI()
public void setAddress(int address)
public int getAddress()
public int getValue()
public void setValue(float value)
public boolean getWrite()
public void setWrite(boolean write)
public boolean getRead()
public void setRead(boolean read)
public byte getPriority()
public void setPriority(byte priority)
public void setAddrRange(byte addrRange)
public byte getAddrRange()
public void setNumber(int number)
public int getNumber()
public java.lang.String getDesc()
public java.lang.String toString()
toString
in class java.lang.Object