org.coffeecrew.mobile.oop
Class Constants

java.lang.Object
  extended by org.coffeecrew.mobile.oop.Constants

public class Constants
extends java.lang.Object

All used constants, regarding to the OBEX Object Passing library, are defined in this class.

Since:
0.1

Field Summary
static java.lang.String SERVICE_NAME
          Specifies the name of the service which will be started.
static java.lang.String SERVICE_UUID_STRING
          Specifies the string for the UUID the ObexObjectPassing Mechanism should be using.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_UUID_STRING

public static final java.lang.String SERVICE_UUID_STRING
Specifies the string for the UUID the ObexObjectPassing Mechanism should be using. This could be any 4-Digit number as string (at the moment there is no long UUID field in use for this service).

See Also:
Constant Field Values

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
Specifies the name of the service which will be started.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()