Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.alicebot.server.core.responder
Class ServiceType  view ServiceType download ServiceType.java

java.lang.Object
  extended byorg.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
(package private) ServiceType()
           
 
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()