Uses of Class
com.web_visage.ichat.EnumIChatCommand

Packages that use EnumIChatCommand
com.web_visage.ichat   
 

Uses of EnumIChatCommand in com.web_visage.ichat
 

Methods in com.web_visage.ichat that return EnumIChatCommand
 EnumIChatCommand IChatMessage.getCmd()
          Returns message's command.
static EnumIChatCommand EnumIChatCommand.lookupByValue(java.lang.String aValue)
          Looks up for an enumeration value by its value
static EnumIChatCommand EnumIChatCommand.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumIChatCommand[] EnumIChatCommand.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.web_visage.ichat with parameters of type EnumIChatCommand
IChatMessage(int aMsgNumber, EnumIChatCommand aCommand, IChatSender aSender, java.lang.String[] aParameters)
          Constructor.