com.bmc.cmdb.api
Class CMDBCharacteristics

java.lang.Object
  extended by com.bmc.cmdb.api.CMDBCharacteristics

public class CMDBCharacteristics
extends java.lang.Object

The CMDBCharacteristics class defines the parameters for custom characteristics.


Field Summary
static int CMDB_ATTR_CUSTOM_CHARAC_MAX
          The maximum value for a custom characteristic for the attribute.
static int CMDB_ATTR_CUSTOM_CHARAC_MIN
          The minimum value for a custom characteristic for the attribute.
static int CMDB_CLASS_CUSTOM_CHARAC_MAX
          The maximum value for a custom characteristic for a class.
static int CMDB_CLASS_CUSTOM_CHARAC_MIN
          The minimum value for a custom characteristic for a class.
static int CMDB_FALSE
          The value for false.
static int CMDB_TRUE
          The value for true.
 
Method Summary
 
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 minimum value for a custom characteristic for a class. When creating a custom characterisitic, its value should be between the minimum and maximum range.

See Also:
Constant Field Values

CMDB_CLASS_CUSTOM_CHARAC_MAX

public static final int CMDB_CLASS_CUSTOM_CHARAC_MAX
The maximum value for a custom characteristic for a class.

See Also:
Constant Field Values

CMDB_ATTR_CUSTOM_CHARAC_MIN

public static final int CMDB_ATTR_CUSTOM_CHARAC_MIN
The minimum value for a custom characteristic for the attribute.

See Also:
Constant Field Values

CMDB_ATTR_CUSTOM_CHARAC_MAX

public static final int CMDB_ATTR_CUSTOM_CHARAC_MAX
The maximum value for a custom characteristic for the attribute.

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


(c) Copyright 2004-2007 BMC Software, Inc.