|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.cmdb.api.CMDBAttributeLimit
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 |
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 |