Class AbstractDecoderVersion
java.lang.Object
org.bidib.jbidibc.decoder.version.AbstractDecoderVersion
- All Implemented Interfaces:
DecoderVersion
- Direct Known Subclasses:
PatternAVersion,PatternBVersion,PatternCVersion
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetMajorVersion(Integer majorVersion) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bidib.jbidibc.decoder.version.DecoderVersion
getMicroVersion, getMinorVersion, parse
-
Field Details
-
pattern
-
-
Constructor Details
-
AbstractDecoderVersion
-
-
Method Details
-
setMajorVersion
- Parameters:
majorVersion- the major version to set
-
getMajorVersion
- Specified by:
getMajorVersionin interfaceDecoderVersion- Returns:
- the major version
-
hashCode
public int hashCode() -
equals
-