public final class ZeroBasedCounter32 extends Object
| Constructor and Description |
|---|
ZeroBasedCounter32(Counter32 counter32)
Creates an instance of counter32.
|
| Modifier and Type | Method and Description |
|---|---|
Counter32 |
counter32()
Returns the attribute counter32.
|
void |
counter32(Counter32 counter32)
Sets the attribute counter32.
|
boolean |
equals(Object obj) |
static ZeroBasedCounter32 |
fromString(String valInString)
Returns the object of zeroBasedCounter32 fromString input String zeroBasedCounter32.
|
int |
hashCode() |
static ZeroBasedCounter32 |
of(Counter32 value)
Returns the object of zeroBasedCounter32 for type counter32.
|
String |
toString() |
public ZeroBasedCounter32(Counter32 counter32)
counter32 - value of counter32public static ZeroBasedCounter32 of(Counter32 value)
value - value of zeroBasedCounter32 for type counter32public Counter32 counter32()
public void counter32(Counter32 counter32)
counter32 - value of counter32public static ZeroBasedCounter32 fromString(String valInString)
valInString - value of input StringCopyright © 2017. All rights reserved.