Previous Topic: Common ElementsNext Topic: Integer


Attribute Data Types

Each attribute of an object is of a specific type that has meaning to the CA SDM application, such as string, date, or integer. Knowing the attribute type is essential to correctly retrieving and updating attribute values.

The CA SDM uses an enumeration to identify each data type. These enumeration values are returned in various web methods, as illustrated by the following table:

Data Type

Value

Integer

2001

String

2002

Duration

2003

Date

2004

SREL

2005

UNKNOWN

2006

List (QREL/BREL)

2007

Lrel (many-to-many)

2008

UUID

2009