com.udi.insteon.client
Class InsteonLincRec

java.lang.Object
  extended by com.udi.insteon.client.InsteonLincRec

public class InsteonLincRec
extends java.lang.Object


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

LINKS_NOT_SYNCHED

public static final int LINKS_NOT_SYNCHED
We have not yet compared the links

See Also:
Constant Field Values

IDENTICAL_LINKS

public static final int IDENTICAL_LINKS
The link in ISY and Device are identical

See Also:
Constant Field Values

MISSING_LINK

public static final int MISSING_LINK
The link is in ISY but missing in device

See Also:
Constant Field Values

EXTRA_LINK

public static final int EXTRA_LINK
The link is in device but not in ISY

See Also:
Constant Field Values

DIFFERENT_LINKS

public static final int DIFFERENT_LINKS
The link at the given address is different between ISY and device

See Also:
Constant Field Values

IGNORE_LINK

public static final int IGNORE_LINK
We can safely ignore the link for a variety of reasons

See Also:
Constant Field Values

IDENTICAL_IGNORE_LINKS

public static final int IDENTICAL_IGNORE_LINKS
We have identical records which should be ignored

See Also:
Constant Field Values
Constructor Detail

InsteonLincRec

public InsteonLincRec(XMLElement input)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

write

public void write(java.io.Writer writer)

setSynchMode

public void setSynchMode(int mode)

getSynchMode

public int getSynchMode()

getAddress

public int getAddress()

equals

public boolean equals(InsteonLincRec to)

maybeIgnored

public boolean maybeIgnored()