org.robokind.api.common.services
Class Constants

java.lang.Object
  extended by org.robokind.api.common.services.Constants

public class Constants
extends Object

Author:
Matthew Stevenson

Field Summary
static String CONFIG_CLASS
          Property String for the Class of the ServiceConfig being loaded.
static String CONFIG_FORMAT_VERSION
          Property String for the Configuration Format VersionProperty
static String CONFIG_PARAM_CLASS
          Property String for the Parameter Class used by the ServiceConfigurationLoader and ServiceConfigurationWriter.
static String CONFIG_PARAM_ID
          Property String for the id of a config loader parameter object.
static String SERVICE_CLASS
          Property String for the Class of the Service connected to.
static String SERVICE_VERSION
          Property String for the Service VersionProperty.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_VERSION

public static final String SERVICE_VERSION
Property String for the Service VersionProperty.

See Also:
Constant Field Values

SERVICE_CLASS

public static final String SERVICE_CLASS
Property String for the Class of the Service connected to.

See Also:
Constant Field Values

CONFIG_FORMAT_VERSION

public static final String CONFIG_FORMAT_VERSION
Property String for the Configuration Format VersionProperty

See Also:
Constant Field Values

CONFIG_CLASS

public static final String CONFIG_CLASS
Property String for the Class of the ServiceConfig being loaded.

See Also:
Constant Field Values

CONFIG_PARAM_CLASS

public static final String CONFIG_PARAM_CLASS
Property String for the Parameter Class used by the ServiceConfigurationLoader and ServiceConfigurationWriter.

See Also:
Constant Field Values

CONFIG_PARAM_ID

public static final String CONFIG_PARAM_ID
Property String for the id of a config loader parameter object.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2011-2013. All Rights Reserved.