Class AbstractCodeKeyMaker
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.util.AbstractCodeKeyMaker
-
- All Implemented Interfaces:
CodeKeyMaker
public abstract class AbstractCodeKeyMaker extends Object implements CodeKeyMaker
Base class for a CodeKeyMaker.- Author:
- michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description AbstractCodeKeyMaker(org.opendaylight.yangtools.yang.common.Uint8 version)
Constractor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.common.Uint8
getVersion()
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.CodeKeyMaker
make
-
-