Number
Number
Number
Array.<SeatLocation>
SeatLocationCapability
SeatLocationCapability
SeatLocationCapability
SeatLocationCapability
Initializes an instance of SeatLocationCapability.
Number
Get the Columns
Kind: Instance method of SeatLocationCapability
Returns: Number
- the KEY_COLUMNS value
Number
Get the Levels
Kind: Instance method of SeatLocationCapability
Returns: Number
- the KEY_LEVELS value
Number
Get the Rows
Kind: Instance method of SeatLocationCapability
Returns: Number
- the KEY_ROWS value
Array.<SeatLocation>
Get the Seats
Kind: Instance method of SeatLocationCapability
Returns: Array.<SeatLocation>
- the KEY_SEATS value
SeatLocationCapability
Set the Columns
Kind: Instance method of SeatLocationCapability
Returns: SeatLocationCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
columns | Number |
The desired Columns. {'num_min_value': 1, 'num_max_value': 100} |
SeatLocationCapability
Set the Levels
Kind: Instance method of SeatLocationCapability
Returns: SeatLocationCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
levels | Number |
The desired Levels. {'default_value': 1, 'num_min_value': 1, 'num_max_value': 100} |
SeatLocationCapability
Set the Rows
Kind: Instance method of SeatLocationCapability
Returns: SeatLocationCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
rows | Number |
The desired Rows. {'num_min_value': 1, 'num_max_value': 100} |
SeatLocationCapability
Set the Seats
Kind: Instance method of SeatLocationCapability
Returns: SeatLocationCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
seats | Array.<SeatLocation> |
Contains a list of SeatLocation in the vehicle - The desired Seats. |