public class LcdControl extends IMCMessage
Modifier and Type | Class and Description |
---|---|
static class |
LcdControl.OP |
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
LcdControl() |
LcdControl(IMCDefinition defs) |
LcdControl(IMCMessage msg) |
LcdControl(LcdControl.OP op,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
static LcdControl |
clone(IMCMessage msg) |
static LcdControl |
create(java.lang.Object... values) |
LcdControl.OP |
getOp() |
java.lang.String |
getOpStr() |
short |
getOpVal() |
java.lang.String |
getText() |
LcdControl |
setOp(LcdControl.OP op) |
LcdControl |
setOpStr(java.lang.String op) |
LcdControl |
setOpVal(short op) |
LcdControl |
setText(java.lang.String text) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAgeInSeconds, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getEntityName, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageInfo, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, getValues, hasFlag, hexdump, isNull, isPeriodic, main, makeImmutable, parseJson, parseXml, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validate
public static final int ID_STATIC
public LcdControl()
public LcdControl(IMCMessage msg)
public LcdControl(IMCDefinition defs)
public LcdControl(LcdControl.OP op, java.lang.String text)
public static LcdControl create(java.lang.Object... values)
public static LcdControl clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public LcdControl.OP getOp()
public java.lang.String getOpStr()
public short getOpVal()
public LcdControl setOp(LcdControl.OP op)
op
- Operation (enumerated)public LcdControl setOpStr(java.lang.String op)
op
- Operation (as a String)public LcdControl setOpVal(short op)
op
- Operation (integer value)public java.lang.String getText()
public LcdControl setText(java.lang.String text)
text
- Text