org.alicebot.server.core.responder
Class ServiceType

java.lang.Object
  extended by org.alicebot.server.core.responder.ServiceType

 class ServiceType
extends java.lang.Object


Field Summary
static int FLASH
           
static int HTML
           
static int PLAIN_TEXT
           
static int UNKNOWN
           
 
Constructor Summary
ServiceType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

PLAIN_TEXT

public static final int PLAIN_TEXT
See Also:
Constant Field Values

HTML

public static final int HTML
See Also:
Constant Field Values

FLASH

public static final int FLASH
See Also:
Constant Field Values
Constructor Detail

ServiceType

ServiceType()