org.lucci.madhoc.network
Class ComputerType

java.lang.Object
  extended by org.lucci.madhoc.network.ComputerType

public abstract class ComputerType
extends java.lang.Object

Author:
luc.hogie

Field Summary
static ComputerType CALCULATOR
           
static ComputerType HOTSPOT
           
static ComputerType LAPTOP
           
static ComputerType MOBILE_PHONE
           
static ComputerType PAGER
           
 
Method Summary
abstract  java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALCULATOR

public static final ComputerType CALCULATOR

LAPTOP

public static final ComputerType LAPTOP

PAGER

public static final ComputerType PAGER

MOBILE_PHONE

public static final ComputerType MOBILE_PHONE

HOTSPOT

public static final ComputerType HOTSPOT
Method Detail

getName

public abstract java.lang.String getName()