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(short version)Constractor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetVersion()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 
 - 
 
 -