|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.udi.insteon.client.InsteonLincRec
public class InsteonLincRec
Field Summary | |
---|---|
static int |
DIFFERENT_LINKS
The link at the given address is different between ISY and device |
static int |
EXTRA_LINK
The link is in device but not in ISY |
static int |
IDENTICAL_IGNORE_LINKS
We have identical records which should be ignored |
static int |
IDENTICAL_LINKS
The link in ISY and Device are identical |
static int |
IGNORE_LINK
We can safely ignore the link for a variety of reasons |
static int |
LINKS_NOT_SYNCHED
We have not yet compared the links |
static int |
MISSING_LINK
The link is in ISY but missing in device |
Constructor Summary | |
---|---|
InsteonLincRec(XMLElement input)
|
Method Summary | |
---|---|
boolean |
equals(InsteonLincRec to)
|
int |
getAddress()
|
int |
getSynchMode()
|
boolean |
maybeIgnored()
|
void |
setSynchMode(int mode)
|
java.lang.String |
toString()
|
void |
write(java.io.Writer writer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LINKS_NOT_SYNCHED
public static final int IDENTICAL_LINKS
public static final int MISSING_LINK
public static final int EXTRA_LINK
public static final int DIFFERENT_LINKS
public static final int IGNORE_LINK
public static final int IDENTICAL_IGNORE_LINKS
Constructor Detail |
---|
public InsteonLincRec(XMLElement input)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public void write(java.io.Writer writer)
public void setSynchMode(int mode)
public int getSynchMode()
public int getAddress()
public boolean equals(InsteonLincRec to)
public boolean maybeIgnored()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |