public class AveragingWindowParameter extends Sequence
AveragingWindowParameter
type.Modifier and Type | Class and Description |
---|---|
static class |
AveragingWindowParameter.QosParameterIdentifier
Defines meaningful names for particular values of the
qosParameterIdentifier field. |
Constructor and Description |
---|
AveragingWindowParameter()
The default constructor.
|
AveragingWindowParameter(AveragingWindow qosParameterContents)
Constructs an instance of the
AveragingWindowParameter with the specified
components. |
Modifier and Type | Method and Description |
---|---|
AveragingWindow |
getQosParameterContents()
Returns the value of the
qosParameterContents field. |
INTEGER |
getQosParameterIdentifier()
Returns the value of the
qosParameterIdentifier read-only field. |
void |
setQosParameterContents(AveragingWindow qosParameterContents)
Sets the value of the
qosParameterContents field. |
public AveragingWindowParameter()
public AveragingWindowParameter(AveragingWindow qosParameterContents)
AveragingWindowParameter
with the specified
components.qosParameterContents
- the value of the qosParameterContents
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getQosParameterIdentifier()
qosParameterIdentifier
read-only field.qosParameterIdentifier
read-only field.
The QosParameterIdentifier
class defines meaningful names for particular values of the field.public AveragingWindow getQosParameterContents()
qosParameterContents
field.qosParameterContents
field.public void setQosParameterContents(AveragingWindow qosParameterContents)
qosParameterContents
field.qosParameterContents
- the value of the qosParameterContents
field.java.lang.IllegalArgumentException
- when the qosParameterContents
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.