|
||||||||||
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_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 |
---|
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 |