| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.cmdb.api.CMDBAttributeLimit
public abstract class CMDBAttributeLimit
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_ATTACHSpecifies that the data type for the attribute is attachment. | 
| static int | CMDB_ATTR_DATA_TYPE_ATTACH_POOLSpecifies that the data type for the attribute is attachment pool. | 
| static int | CMDB_ATTR_DATA_TYPE_CHARSpecifies that the data type for the attribute is char. | 
| static int | CMDB_ATTR_DATA_TYPE_CURRENCYSpecifies that the data type for the attribute is currency. | 
| static int | CMDB_ATTR_DATA_TYPE_DATESpecifies that the data type for the attribute is date. | 
| static int | CMDB_ATTR_DATA_TYPE_DECIMALSpecifies that the data type for the attribute is decimal. | 
| static int | CMDB_ATTR_DATA_TYPE_DIARYSpecifies that the data type for the attribute is diary. | 
| static int | CMDB_ATTR_DATA_TYPE_ENUMSpecifies that the data type for the attribute is enum. | 
| static int | CMDB_ATTR_DATA_TYPE_INTEGERSpecifies that the data type for the attribute is integer. | 
| static int | CMDB_ATTR_DATA_TYPE_NULLSpecifies that the data type for the attribute is null. | 
| static int | CMDB_ATTR_DATA_TYPE_REALSpecifies the data type for the attribute is real. | 
| static int | CMDB_ATTR_DATA_TYPE_TIMESpecifies that the data type for the attribute is time. | 
| static int | CMDB_ATTR_DATA_TYPE_TIME_OF_DAYSpecifies 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 | 
|---|
public static final int CMDB_ATTR_DATA_TYPE_NULL
public static final int CMDB_ATTR_DATA_TYPE_INTEGER
public static final int CMDB_ATTR_DATA_TYPE_REAL
public static final int CMDB_ATTR_DATA_TYPE_CHAR
public static final int CMDB_ATTR_DATA_TYPE_DIARY
public static final int CMDB_ATTR_DATA_TYPE_ENUM
public static final int CMDB_ATTR_DATA_TYPE_TIME
public static final int CMDB_ATTR_DATA_TYPE_DECIMAL
public static final int CMDB_ATTR_DATA_TYPE_ATTACH
public static final int CMDB_ATTR_DATA_TYPE_CURRENCY
public static final int CMDB_ATTR_DATA_TYPE_DATE
public static final int CMDB_ATTR_DATA_TYPE_TIME_OF_DAY
public static final int CMDB_ATTR_DATA_TYPE_ATTACH_POOL
| Method Detail | 
|---|
public int getDataType()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||