JML

net.sf.jml
Class MsnConnectionType

java.lang.Object
  extended by net.sf.jml.MsnConnectionType

public final class MsnConnectionType
extends Object

Msn connection type.

Author:
Roger Chen

Field Summary
static MsnConnectionType DIRECT
           
static MsnConnectionType NAT
           
static MsnConnectionType UPNP
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DIRECT

public static final MsnConnectionType DIRECT

NAT

public static final MsnConnectionType NAT

UPNP

public static final MsnConnectionType UPNP
Method Detail

toString

public String toString()
Overrides:
toString in class Object

JML