Class: SimpleSpecType

tibco.objectapi.common.datamodel.SimpleSpecType

new SimpleSpecType()

Constructs a new SimpleSpecType.

The following features are supported:

Members

decimal :number

Number of decimal places allowed for the data field. This property holds the value of the 'Decimal' attribute.
Type:
  • number

length :number

Maximum length allowed for the data field (not including decimal places). This property holds the value of the 'Length' attribute.
Type:
  • number

value :Array.<string>

If this is a standard type filed this will be the real value of the data field. If the data is of type Data Reference this value will be a reference to a Global Data Object. This property holds the value of the 'Value' attribute list.
Type:
  • Array.<string>