com.bmc.cmdb.api
Class CMDBAttributeLimit

java.lang.Object
  extended by com.bmc.cmdb.api.CMDBAttributeLimit
Direct Known Subclasses:
CMDBAttachmentLimit, CMDBAttachPoolLimit, CMDBCharLimit, CMDBCurrencyLimit, CMDBDateLimit, CMDBDecimalLimit, CMDBDiaryLimit, CMDBEnumLimit, CMDBIntLimit, CMDBRealLimit, CMDBTimeLimit, CMDBTimeOfDayLimit

public abstract class CMDBAttributeLimit
extends java.lang.Object

The CMDBAttributeLimit class allows you to define the limit of an attribute of any data type. There are no constructors for this class.


Field Summary
static int CMDB_ATTR_DATA_TYPE_ATTACH
          Specifies that the data type for the attribute is attachment.
static int CMDB_ATTR_DATA_TYPE_ATTACH_POOL
          Specifies that the data type for the attribute is attachment pool.
static int CMDB_ATTR_DATA_TYPE_CHAR
          Specifies that the data type for the attribute is char.
static int CMDB_ATTR_DATA_TYPE_CURRENCY
          Specifies that the data type for the attribute is currency.
static int CMDB_ATTR_DATA_TYPE_DATE
          Specifies that the data type for the attribute is date.
static int CMDB_ATTR_DATA_TYPE_DECIMAL
          Specifies that the data type for the attribute is decimal.
static int CMDB_ATTR_DATA_TYPE_DIARY
          Specifies that the data type for the attribute is diary.
static int CMDB_ATTR_DATA_TYPE_ENUM
          Specifies that the data type for the attribute is enum.
static int CMDB_ATTR_DATA_TYPE_INTEGER
          Specifies that the data type for the attribute is integer.
static int CMDB_ATTR_DATA_TYPE_NULL
          Specifies that the data type for the attribute is null.
static int CMDB_ATTR_DATA_TYPE_REAL
          Specifies the data type for the attribute is real.
static int CMDB_ATTR_DATA_TYPE_TIME
          Specifies that the data type for the attribute is time.
static int CMDB_ATTR_DATA_TYPE_TIME_OF_DAY
          Specifies that the data type for the attribute is time of day.
 
Method Summary
 int getDataType()
          Gets the data type of the attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMDB_ATTR_DATA_TYPE_NULL

public static final int CMDB_ATTR_DATA_TYPE_NULL
Specifies that the data type for the attribute is null.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_INTEGER

public static final int CMDB_ATTR_DATA_TYPE_INTEGER
Specifies that the data type for the attribute is integer.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_REAL

public static final int CMDB_ATTR_DATA_TYPE_REAL
Specifies the data type for the attribute is real.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_CHAR

public static final int CMDB_ATTR_DATA_TYPE_CHAR
Specifies that the data type for the attribute is char.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_DIARY

public static final int CMDB_ATTR_DATA_TYPE_DIARY
Specifies that the data type for the attribute is diary.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_ENUM

public static final int CMDB_ATTR_DATA_TYPE_ENUM
Specifies that the data type for the attribute is enum.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_TIME

public static final int CMDB_ATTR_DATA_TYPE_TIME
Specifies that the data type for the attribute is time.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_DECIMAL

public static final int CMDB_ATTR_DATA_TYPE_DECIMAL
Specifies that the data type for the attribute is decimal.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_ATTACH

public static final int CMDB_ATTR_DATA_TYPE_ATTACH
Specifies that the data type for the attribute is attachment.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_CURRENCY

public static final int CMDB_ATTR_DATA_TYPE_CURRENCY
Specifies that the data type for the attribute is currency.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_DATE

public static final int CMDB_ATTR_DATA_TYPE_DATE
Specifies that the data type for the attribute is date.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_TIME_OF_DAY

public static final int CMDB_ATTR_DATA_TYPE_TIME_OF_DAY
Specifies that the data type for the attribute is time of day.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_ATTACH_POOL

public static final int CMDB_ATTR_DATA_TYPE_ATTACH_POOL
Specifies that the data type for the attribute is attachment pool.

See Also:
Constant Field Values
Method Detail

getDataType

public int getDataType()
Gets the data type of the attribute.

Returns:
The data type of the attribute.


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