org.hops.util
Class channel_type

java.lang.Object
  extended by org.hops.util.channel_type
All Implemented Interfaces:
java.io.Serializable

public class channel_type
extends java.lang.Object
implements java.io.Serializable

Author:
angel
See Also:
Serialized Form

Field Summary
static java.lang.String FREE_CHANNEL
           
static java.lang.String TEXT_CHANNEL
           
static java.lang.String VOICE_CHANNEL
           
 
Constructor Summary
channel_type()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_CHANNEL

public static final java.lang.String TEXT_CHANNEL
See Also:
Constant Field Values

VOICE_CHANNEL

public static final java.lang.String VOICE_CHANNEL
See Also:
Constant Field Values

FREE_CHANNEL

public static final java.lang.String FREE_CHANNEL
See Also:
Constant Field Values
Constructor Detail

channel_type

public channel_type()