Class AbstractTypeKeyMaker<T>
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.util.AbstractTypeKeyMaker<T>
- Type Parameters:
T
- type the key maker is based on
- All Implemented Interfaces:
TypeKeyMaker<T>
Base class for a TypeKeyMaker.
- Author:
- michal.polkorab
-
Constructor Summary
ConstructorDescriptionAbstractTypeKeyMaker
(org.opendaylight.yangtools.yang.common.Uint8 version) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal org.opendaylight.yangtools.yang.common.Uint8
Returns the version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.util.TypeKeyMaker
make
-
Constructor Details
-
AbstractTypeKeyMaker
public AbstractTypeKeyMaker(org.opendaylight.yangtools.yang.common.Uint8 version) Constructor.- Parameters:
version
- openflow wire version
-
-
Method Details
-
getVersion
public final org.opendaylight.yangtools.yang.common.Uint8 getVersion()Returns the version.
-