public class AveragingWindow extends Sequence
AveragingWindow
type.Constructor and Description |
---|
AveragingWindow()
The default constructor.
|
AveragingWindow(INTEGER content)
Constructs an instance of the
AveragingWindow with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getContent()
Returns the value of the
content field. |
void |
setContent(INTEGER content)
Sets the value of the
content field. |
public AveragingWindow()
public AveragingWindow(INTEGER content)
AveragingWindow
with the specified
components.content
- the value of the content
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getContent()
content
field.content
field.public void setContent(INTEGER content)
content
field.content
- the value of the content
field.java.lang.IllegalArgumentException
- when the content
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.