Class: NamedParameterMetadata

tibco.objectapi.bds.NamedParameterMetadata

new NamedParameterMetadata()

Constructs a new NamedParameterMetadata.

The following features are supported:

Members

enumLiteral :Array.<string>

If type=ATTR_ENUM, one or more enumLiteral elements will give the possible values This property holds the value of the 'Enum Literal' attribute list.
Type:
  • Array.<string>

multiplicity :tibco.objectapi.bds.ParameterValueMultiplicityEnum

Number of values required for the parameter (ONE, TWO or MANY). If omitted, assume ONE. This property holds the value of the 'Multiplicity' attribute.
Type:

name :string

This property holds the value of the 'Name' attribute.
Type:
  • string

type :tibco.objectapi.bds.AttributeTypeEnum

A member of AttributeTypeEnum, e.g. ATTR_TEXT or ATTR_INTEGER This property holds the value of the 'Type' attribute.
Type: