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(AcousticNoise.SUMMARY summary,
short level) |
AcousticNoise(IMCDefinition defs) |
AcousticNoise(IMCMessage msg) |
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.
|
AcousticNoise |
setLevel(short level) |
AcousticNoise |
setSummary(AcousticNoise.SUMMARY summary) |
AcousticNoise |
setSummary(short summary) |
AcousticNoise |
setSummary(java.lang.String summary) |
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, validate
public static final int ID_STATIC
public AcousticNoise()
public AcousticNoise(IMCMessage msg)
public AcousticNoise(IMCDefinition defs)
public AcousticNoise(AcousticNoise.SUMMARY summary, short level)
public static AcousticNoise create(java.lang.Object... values)
public static AcousticNoise clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public AcousticNoise.SUMMARY getSummary()
public short getLevel()
public AcousticNoise setSummary(AcousticNoise.SUMMARY summary)
summary
- Summary (enumerated)public AcousticNoise setSummary(java.lang.String summary)
summary
- Summary (as a String)public AcousticNoise setSummary(short summary)
summary
- Summary (integer value)public AcousticNoise setLevel(short level)
level
- Noise Level (db)