com.remedy.cmdb.api
Class CMDBAttributeLimit

java.lang.Object
  extended bycom.remedy.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 is used to define the limit of CMDBClass attribute.


Field Summary
static int CMDB_ATTR_DATA_TYPE_ATTACH
          Attribute type attachment
static int CMDB_ATTR_DATA_TYPE_ATTACH_POOL
          Attribute type attachment pool
static int CMDB_ATTR_DATA_TYPE_CHAR
          Attribute type char.
static int CMDB_ATTR_DATA_TYPE_CURRENCY
          Attribute type currency
static int CMDB_ATTR_DATA_TYPE_DATE
          Attribute type date.
static int CMDB_ATTR_DATA_TYPE_DECIMAL
          Attribute type decimal.
static int CMDB_ATTR_DATA_TYPE_DIARY
          Attribute type diary.
static int CMDB_ATTR_DATA_TYPE_ENUM
          Attribute type enum.
static int CMDB_ATTR_DATA_TYPE_INTEGER
          Attribute type integer.
static int CMDB_ATTR_DATA_TYPE_NULL
          No attribute type.
static int CMDB_ATTR_DATA_TYPE_REAL
          Attribute type real.
static int CMDB_ATTR_DATA_TYPE_TIME
          Attribute type time.
static int CMDB_ATTR_DATA_TYPE_TIME_OF_DAY
          Attribute type time of day.
 
Method Summary
 int getDataType()
          Returns the dataType 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
No attribute type.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_INTEGER

public static final int CMDB_ATTR_DATA_TYPE_INTEGER
Attribute type integer.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_REAL

public static final int CMDB_ATTR_DATA_TYPE_REAL
Attribute type real.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_CHAR

public static final int CMDB_ATTR_DATA_TYPE_CHAR
Attribute type char.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_DIARY

public static final int CMDB_ATTR_DATA_TYPE_DIARY
Attribute type diary.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_ENUM

public static final int CMDB_ATTR_DATA_TYPE_ENUM
Attribute type enum.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_TIME

public static final int CMDB_ATTR_DATA_TYPE_TIME
Attribute type time.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_DECIMAL

public static final int CMDB_ATTR_DATA_TYPE_DECIMAL
Attribute type decimal.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_ATTACH

public static final int CMDB_ATTR_DATA_TYPE_ATTACH
Attribute type attachment

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_CURRENCY

public static final int CMDB_ATTR_DATA_TYPE_CURRENCY
Attribute type currency

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_DATE

public static final int CMDB_ATTR_DATA_TYPE_DATE
Attribute type date.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_TIME_OF_DAY

public static final int CMDB_ATTR_DATA_TYPE_TIME_OF_DAY
Attribute type time of day.

See Also:
Constant Field Values

CMDB_ATTR_DATA_TYPE_ATTACH_POOL

public static final int CMDB_ATTR_DATA_TYPE_ATTACH_POOL
Attribute type attachment pool

See Also:
Constant Field Values
Method Detail

getDataType

public int getDataType()
Returns the dataType of the attribute.

Returns:
the data type of the attribute