Class: XmlQualifierDescriptor

tibco.objectapi.de.XmlQualifierDescriptor

new XmlQualifierDescriptor()

Definition of a parameter descriptor used as the qualifier for capabilities and privileges. Constructs a new XmlQualifierDescriptor.

The following features are supported:

Extends

Members

defaultValue :string

Default value of this parameter descriptor. This property holds the value of the 'Default Value' attribute.
Type:
  • string

description :string

Description of this parameter descriptor. This property holds the value of the 'Description' attribute.
Type:
  • string

enumVal :Array.<string>

List of permitted enumeration values for this parameter descriptor (for a parameter descriptor which has a type of Enum or EnumSet). This property holds the value of the 'Enum Val' attribute list.
Type:
  • Array.<string>

guid :string

Unique GUID of this parameter descriptor. This property holds the value of the 'Guid' attribute.
Type:
  • string

modelVersion :number

Major version number of the organization model in which an organization model entity resides. If not specified, the default value will be the latest version of the organization model. (Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.) This property holds the value of the 'Model Version' attribute.
Type:
  • number
Overrides:

type :tibco.objectapi.de.XmlParameterType

Type of this parameter descriptor. This property holds the value of the 'Type' attribute.
Type: