public class ICBMParams extends Object
Constructor and Description |
---|
ICBMParams()
Creates a new ICBM parameters class.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Get the value of flags.
|
int |
getMaxChan()
Get the value of maxChan.
|
int |
getMaxMsgLen()
Get the value of maxMsgLen.
|
int |
getMaxReceiverWarn()
Get the value of maxReceiverWarn.
|
int |
getMaxSenderWarn()
Get the value of maxSenderWarn.
|
int |
getMinMsgInterval()
Get the value of minMsgInterval.
|
void |
setFlags(int flags)
Set the value of flags.
|
void |
setMaxChan(int maxChan)
Set the value of maxChan.
|
void |
setMaxMsgLen(int maxMsgLen)
Set the value of maxMsgLen.
|
void |
setMaxReceiverWarn(int maxReceiverWarn)
Set the value of maxReceiverWarn.
|
void |
setMaxSenderWarn(int maxSenderWarn)
Set the value of maxSenderWarn.
|
void |
setMinMsgInterval(int minMsgInterval)
Set the value of minMsgInterval.
|
public int getMaxChan()
public void setMaxChan(int maxChan)
maxChan
- Value to assign to maxChan.public int getFlags()
public void setFlags(int flags)
flags
- Value to assign to flags.public int getMaxMsgLen()
public void setMaxMsgLen(int maxMsgLen)
maxMsgLen
- Value to assign to maxMsgLen.public int getMaxSenderWarn()
public void setMaxSenderWarn(int maxSenderWarn)
maxSenderWarn
- Value to assign to maxSenderWarn.public int getMaxReceiverWarn()
public void setMaxReceiverWarn(int maxReceiverWarn)
maxReceiverWarn
- Value to assign to maxReceiverWarn.public int getMinMsgInterval()
public void setMinMsgInterval(int minMsgInterval)
minMsgInterval
- Value to assign to minMsgInterval.