org.fm.addressbook.service
Class ServiceLocator.Services

java.lang.Object
  extended by org.fm.addressbook.service.ServiceLocator.Services
Enclosing class:
ServiceLocator

public class ServiceLocator.Services
extends java.lang.Object


Field Summary
static int ADDRESSBOOK
           
static int CATEGORY
           
static int CONTACT
           
 
Constructor Summary
ServiceLocator.Services()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDRESSBOOK

public static final int ADDRESSBOOK
See Also:
Constant Field Values

CONTACT

public static final int CONTACT
See Also:
Constant Field Values

CATEGORY

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

ServiceLocator.Services

public ServiceLocator.Services()