public class AcousticNoise extends IMCMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
AcousticNoise.SUMMARY |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
AcousticNoise() |
AcousticNoise(IMCDefinition defs) |
AcousticNoise(short summary,
short level) |
| Modifier and Type | Method and Description |
|---|---|
static AcousticNoise |
clone(IMCMessage msg) |
static AcousticNoise |
create(java.lang.Object... values) |
short |
getLevel() |
AcousticNoise.SUMMARY |
getSummary()
Noise level characterization.
|
void |
setLevel(short level) |
void |
setSummary(AcousticNoise.SUMMARY summary) |
void |
setSummary(short summary) |
void |
setSummary(java.lang.String summary) |
asJSON, asXml, cloneMessage, cloneMessage, compareTo, 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, hasFlag, hexdump, isNull, isPeriodic, main, parseXml, payloadMD5, serialize, serialize, setBitMask, setDst, setDstEnt, setHeader, setMessage, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validatepublic static final int ID_STATIC
public AcousticNoise()
public AcousticNoise(IMCDefinition defs)
public AcousticNoise(short summary,
short level)
public static AcousticNoise create(java.lang.Object... values)
public static AcousticNoise clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic AcousticNoise.SUMMARY getSummary()
public short getLevel()
public void setSummary(AcousticNoise.SUMMARY summary)
summary - Summary (enumerated)public void setSummary(java.lang.String summary)
summary - Summary (as a String)public void setSummary(short summary)
summary - Summary (integer value)public void setLevel(short level)
level - Noise Level (db)