wt.rule
Class RuleConstants

java.lang.Object
  extended bywt.rule.RuleConstants

public class RuleConstants
extends Object



Supported API: false

Extendable: false


Field Summary
static String ATTR_FOLDER_ID
           
static String ATTR_LIFECYCLE_ID
           
static String ATTR_NUMBER
           
static String ATTR_TEAMTEMPLATE_ID
           
static String ATTR_VERSIONINFO
           
private static String CLASSNAME
           
private static String RESOURCE
           
static boolean VERBOSE
          

Supported API: false
static boolean VERBOSE_APPLY
          

Supported API: false
static String VERBOSE_APPLY_PROPERTY_NAME
           
static boolean VERBOSE_CACHE
           
static String VERBOSE_CACHE_PROPERTY_NAME
           
static boolean VERBOSE_EVENT
          

Supported API: false
static String VERBOSE_EVENT_PROPERTY_NAME
           
static String VERBOSE_PROPERTY_NAME
           
static boolean VERBOSE_SELECT
          

Supported API: false
static String VERBOSE_SELECT_PROPERTY_NAME
           
static boolean VERBOSE_XML
           
static String VERBOSE_XML_PROPERTY_NAME
           
 
Constructor Summary
private RuleConstants()
          Do not create instances of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

VERBOSE

public static final boolean VERBOSE


Supported API: false


VERBOSE_APPLY

public static final boolean VERBOSE_APPLY


Supported API: false


VERBOSE_SELECT

public static final boolean VERBOSE_SELECT


Supported API: false


VERBOSE_EVENT

public static final boolean VERBOSE_EVENT


Supported API: false


VERBOSE_CACHE

public static final boolean VERBOSE_CACHE

VERBOSE_XML

public static final boolean VERBOSE_XML

VERBOSE_PROPERTY_NAME

public static final String VERBOSE_PROPERTY_NAME
See Also:
Constant Field Values

VERBOSE_APPLY_PROPERTY_NAME

public static final String VERBOSE_APPLY_PROPERTY_NAME
See Also:
Constant Field Values

VERBOSE_SELECT_PROPERTY_NAME

public static final String VERBOSE_SELECT_PROPERTY_NAME
See Also:
Constant Field Values

VERBOSE_EVENT_PROPERTY_NAME

public static final String VERBOSE_EVENT_PROPERTY_NAME
See Also:
Constant Field Values

VERBOSE_CACHE_PROPERTY_NAME

public static final String VERBOSE_CACHE_PROPERTY_NAME
See Also:
Constant Field Values

VERBOSE_XML_PROPERTY_NAME

public static final String VERBOSE_XML_PROPERTY_NAME
See Also:
Constant Field Values

ATTR_FOLDER_ID

public static final String ATTR_FOLDER_ID
See Also:
Constant Field Values

ATTR_NUMBER

public static final String ATTR_NUMBER
See Also:
Constant Field Values

ATTR_TEAMTEMPLATE_ID

public static final String ATTR_TEAMTEMPLATE_ID
See Also:
Constant Field Values

ATTR_VERSIONINFO

public static final String ATTR_VERSIONINFO
See Also:
Constant Field Values

ATTR_LIFECYCLE_ID

public static final String ATTR_LIFECYCLE_ID
See Also:
Constant Field Values
Constructor Detail

RuleConstants

private RuleConstants()
Do not create instances of this class.