com.remedy.cmdb.api
Class CMDBCharacteristics

java.lang.Object
  extended bycom.remedy.cmdb.api.CMDBCharacteristics

public class CMDBCharacteristics
extends java.lang.Object

The CMDBCharacteristics helper class builds Class Manager characteristics.


Field Summary
static int CMDB_ATTR_CUSTOM_CHARAC_MAX
          The high range of the custom characteristic for the attribute.
static int CMDB_ATTR_CUSTOM_CHARAC_MIN
          The low range of the custom characteristic for the attribute.
static int CMDB_CLASS_CUSTOM_CHARAC_MAX
          The high range of the custom characteristic for the class.
static int CMDB_CLASS_CUSTOM_CHARAC_MIN
          The low range of the custom characteristic for the class.
static int CMDB_FALSE
          The value for false.
static int CMDB_TRUE
          The value for true.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMDB_CLASS_CUSTOM_CHARAC_MIN

public static final int CMDB_CLASS_CUSTOM_CHARAC_MIN
The low range of the custom characteristic for the class. The value is 100000.

See Also:
Constant Field Values

CMDB_CLASS_CUSTOM_CHARAC_MAX

public static final int CMDB_CLASS_CUSTOM_CHARAC_MAX
The high range of the custom characteristic for the class. The value is 199999.

See Also:
Constant Field Values

CMDB_ATTR_CUSTOM_CHARAC_MIN

public static final int CMDB_ATTR_CUSTOM_CHARAC_MIN
The low range of the custom characteristic for the attribute. The value is 300000.

See Also:
Constant Field Values

CMDB_ATTR_CUSTOM_CHARAC_MAX

public static final int CMDB_ATTR_CUSTOM_CHARAC_MAX
The high range of the custom characteristic for the attribute. The value is 399999.

See Also:
Constant Field Values

CMDB_FALSE

public static final int CMDB_FALSE
The value for false.

See Also:
Constant Field Values

CMDB_TRUE

public static final int CMDB_TRUE
The value for true.

See Also:
Constant Field Values