IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.event
Class Constants

java.lang.Object
  extended bycom.ibm.btt.event.Constants

public class Constants
extends java.lang.Object

This class contains constants used frequently in the Event Model.


Field Summary
static java.lang.String COMPID
          The component ID for BTT trace facility
static java.lang.String False
          The false String.
static java.lang.String True
          The true String.
static java.lang.String UTF8
          UTF8 char encoding
 
Constructor Summary
Constants()
          Creates a Constants object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

True

public static final java.lang.String True
The true String.

See Also:
Constant Field Values

False

public static final java.lang.String False
The false String.

See Also:
Constant Field Values

COMPID

public static java.lang.String COMPID
The component ID for BTT trace facility


UTF8

public static final java.lang.String UTF8
UTF8 char encoding

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()
Creates a Constants object.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005