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