com.ibm.ibmi.are.xml.rules.product
Class ProductRule

java.lang.Object
  extended by com.ibm.are.xml.rules.Rule
      extended by com.ibm.ibmi.are.xml.rules.product.ProductRule
Direct Known Subclasses:
CheckProductOptionRule, ProductStatusRule

public abstract class ProductRule
extends Rule

Abstract base class for all product verification rules

Author:
IBM

Field Summary
static java.lang.String COPYRIGHT
          Copyright for class bytecode
static java.lang.String MAP_ITEM_MOD_LEVEL_CHECK
          Whether or not to perform strict checking of the product modification level
static java.lang.String MAP_ITEM_OPTION
          The product option
static java.lang.String MAP_ITEM_OS_VERSION
          The product version
static java.lang.String MAP_ITEM_PRODUCT_NAME
          The product name
 
Fields inherited from class com.ibm.are.xml.rules.Rule
MAP_ITEM_CHECK_CLASS, MAP_ITEM_CHECK_OBJECT, MAP_ITEM_CHECK_TYPE, MAP_ITEM_ERROR_LEVEL, MAP_ITEM_EXPECTED_VALUE, MAP_ITEM_MATCH_CASE
 
Method Summary
 
Methods inherited from class com.ibm.are.xml.rules.Rule
getNodeInfo, report, report, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright for class bytecode

See Also:
Constant Field Values

MAP_ITEM_PRODUCT_NAME

public static final java.lang.String MAP_ITEM_PRODUCT_NAME
The product name

See Also:
Constant Field Values

MAP_ITEM_OPTION

public static final java.lang.String MAP_ITEM_OPTION
The product option

See Also:
Constant Field Values

MAP_ITEM_OS_VERSION

public static final java.lang.String MAP_ITEM_OS_VERSION
The product version

See Also:
Constant Field Values

MAP_ITEM_MOD_LEVEL_CHECK

public static final java.lang.String MAP_ITEM_MOD_LEVEL_CHECK
Whether or not to perform strict checking of the product modification level

See Also:
Constant Field Values