AttributeClassification

Description

Package: com.ibm.rpm.applicationadministration.containers

Extends: GenericAttribute

Usage

The construct for Attributes is hierarchical (3 levels) which consists of Category, Classification, and Attribute (Multi-select or Single Select). AttributeClassification represents the second level.

AttributeClassification is used to represent attribute classifications.

Parent is mandatory, allowed parent type is AttributeCategory.

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. AttributeClassification Field Description
Field Detail
selectType

Type: SelectType

Default value: "Single"

Description: Select type of attribute classification. Queries based on this field are not supported by the XPath framework.

Field validation description: N/A

Additional field security restrictions: N/A

attributes

Type: Attribute[]

Default value: N/A

Description: The children attributes.

Field validation description: N/A

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From RPMObject

From GenericAttribute

Related Objects