public class FollowRefState extends IMCMessage
Modifier and Type | Class and Description |
---|---|
static class |
FollowRefState.STATE |
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
static short |
PROX_FAR |
static short |
PROX_XY_NEAR |
static short |
PROX_Z_NEAR |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
FollowRefState() |
FollowRefState(IMCDefinition defs) |
FollowRefState(IMCMessage msg) |
FollowRefState(int control_src,
short control_ent,
Reference reference,
FollowRefState.STATE state,
short proximity) |
Modifier and Type | Method and Description |
---|---|
static FollowRefState |
clone(IMCMessage msg) |
static FollowRefState |
create(java.lang.Object... values) |
short |
getControlEnt() |
int |
getControlSrc() |
short |
getProximity() |
Reference |
getReference() |
FollowRefState.STATE |
getState() |
java.lang.String |
getStateStr() |
short |
getStateVal() |
FollowRefState |
setControlEnt(short control_ent) |
FollowRefState |
setControlSrc(int control_src) |
FollowRefState |
setProximity(short proximity) |
FollowRefState |
setReference(Reference reference) |
FollowRefState |
setState(FollowRefState.STATE state) |
FollowRefState |
setStateStr(java.lang.String state) |
FollowRefState |
setStateVal(short state) |
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 short PROX_FAR
public static final short PROX_XY_NEAR
public static final short PROX_Z_NEAR
public static final int ID_STATIC
public FollowRefState()
public FollowRefState(IMCMessage msg)
public FollowRefState(IMCDefinition defs)
public FollowRefState(int control_src, short control_ent, Reference reference, FollowRefState.STATE state, short proximity)
public static FollowRefState create(java.lang.Object... values)
public static FollowRefState clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public int getControlSrc()
public FollowRefState setControlSrc(int control_src)
control_src
- Controlling Sourcepublic short getControlEnt()
public FollowRefState setControlEnt(short control_ent)
control_ent
- Controlling Entitypublic Reference getReference()
public FollowRefState setReference(Reference reference)
reference
- Referencepublic FollowRefState.STATE getState()
public java.lang.String getStateStr()
public short getStateVal()
public FollowRefState setState(FollowRefState.STATE state)
state
- State (enumerated)public FollowRefState setStateStr(java.lang.String state)
state
- State (as a String)public FollowRefState setStateVal(short state)
state
- State (integer value)public short getProximity()
public FollowRefState setProximity(short proximity)
proximity
- Proximity (bitfield)