public abstract class AbstractDecoderVersion extends Object implements DecoderVersion
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDecoderVersion(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getMajorVersion() |
int |
hashCode() |
void |
setMajorVersion(Integer majorVersion) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetMicroVersion, getMinorVersion, parseprotected String pattern
protected AbstractDecoderVersion(String pattern)
public void setMajorVersion(Integer majorVersion)
majorVersion - the major version to setpublic Integer getMajorVersion()
getMajorVersion in interface DecoderVersionCopyright © 2022. All rights reserved.