org.jmythapi.protocol.response
Class IVersionableValue.VersionablePair

java.lang.Object
  extended by org.jmythapi.protocol.response.IVersionableValue.VersionablePair
Enclosing interface:
IVersionableValue

public static class IVersionableValue.VersionablePair
extends Object


Method Summary
 ProtocolVersion getProtoVersion()
           
 long getValue()
           
 String toString()
           
static IVersionableValue.VersionablePair valueOf(long value)
           
static IVersionableValue.VersionablePair valueOf(ProtocolVersion version, long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getProtoVersion

public ProtocolVersion getProtoVersion()

getValue

public long getValue()

toString

public String toString()
Overrides:
toString in class Object

valueOf

public static IVersionableValue.VersionablePair valueOf(long value)

valueOf

public static IVersionableValue.VersionablePair valueOf(ProtocolVersion version,
                                                        long value)


Copyright © 2008-2013. All Rights Reserved.