public abstract class DciValue
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
DciValue(long nodeId,
NXCPMessage msg,
long base)
Constructor for creating DciValue from NXCP message
|
| Modifier and Type | Method and Description |
|---|---|
static DciValue |
createFromMessage(long nodeId,
NXCPMessage msg,
long base)
Factory method to create correct DciValue subclass from NXCP message.
|
Threshold |
getActiveThreshold() |
int |
getDataType() |
int |
getDcObjectType() |
java.lang.String |
getDescription() |
int |
getErrorCount() |
long |
getId() |
java.lang.String |
getName() |
long |
getNodeId() |
int |
getSource() |
int |
getStatus() |
long |
getTemplateDciId() |
java.util.Date |
getTimestamp() |
java.lang.String |
getValue() |
protected DciValue(long nodeId,
NXCPMessage msg,
long base)
nodeId - owning node IDmsg - NXCP messagebase - Base variable ID for value objectpublic static DciValue createFromMessage(long nodeId, NXCPMessage msg, long base)
nodeId - owning node IDmsg - NXCP messagebase - Base variable ID for value objectpublic long getId()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getValue()
public int getSource()
public int getDataType()
public int getStatus()
public java.util.Date getTimestamp()
public long getNodeId()
public Threshold getActiveThreshold()
public int getDcObjectType()
public int getErrorCount()
public final long getTemplateDciId()
Copyright © 2013. All Rights Reserved.