public class EntityControl extends IMCMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityControl.OP |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
EntityControl() |
EntityControl(EntityControl.OP op) |
EntityControl(IMCDefinition defs) |
EntityControl(IMCMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
static EntityControl |
clone(IMCMessage msg) |
static EntityControl |
create(java.lang.Object... values) |
EntityControl.OP |
getOp()
Activate or deactivate an entity.
|
EntityControl |
setOp(EntityControl.OP op) |
EntityControl |
setOp(short op) |
EntityControl |
setOp(java.lang.String op) |
asJSON, asXml, cloneMessage, cloneMessage, compareTo, copyFrom, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, 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, parseXml, payloadMD5, serialize, serialize, setBitMask, setDst, setDstEnt, setHeader, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validatepublic static final int ID_STATIC
public EntityControl()
public EntityControl(IMCMessage msg)
public EntityControl(IMCDefinition defs)
public EntityControl(EntityControl.OP op)
public static EntityControl create(java.lang.Object... values)
public static EntityControl clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic EntityControl.OP getOp()
public EntityControl setOp(EntityControl.OP op)
op - Operation (enumerated)public EntityControl setOp(java.lang.String op)
op - Operation (as a String)public EntityControl setOp(short op)
op - Operation (integer value)