akka.zeromq
Class ZeroMQVersion

java.lang.Object
  extended by akka.zeromq.ZeroMQVersion
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class ZeroMQVersion
extends java.lang.Object
implements scala.Product, scala.Serializable

A Model to represent a version of the zeromq library

See Also:
Serialized Form

Constructor Summary
ZeroMQVersion(int major, int minor, int patch)
           
 
Method Summary
 int major()
           
 int minor()
           
 int patch()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ZeroMQVersion

public ZeroMQVersion(int major,
                     int minor,
                     int patch)
Method Detail

major

public int major()

minor

public int minor()

patch

public int patch()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object