com.taleo.integration.client.customstep
Class Constants

java.lang.Object
  extended by com.taleo.integration.client.customstep.Constants

public abstract class Constants
extends java.lang.Object

This class defines global constants.

Author:
Romain Guay - Taleo Corporation

Field Summary
static java.lang.String CLI_NAMESPACE
           
static java.lang.String ITK_NAMESPACE
           
static java.lang.String UTF8
           
 
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

ITK_NAMESPACE

public static final java.lang.String ITK_NAMESPACE
See Also:
Constant Field Values

CLI_NAMESPACE

public static final java.lang.String CLI_NAMESPACE
See Also:
Constant Field Values

UTF8

public static final java.lang.String UTF8
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()