Class KeyValue
java.lang.Object
com.inductiveautomation.ignition.gateway.web.models.KeyValue
- All Implemented Interfaces:
- Serializable
Represents the primitive value of a foreign key (potentially multiple values)
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionKeyValue(SFieldReference<?> field) Creates a 'null' foreign key value that matches the number of key values for the reference fieldKeyValue(SRecordInstance record) Pulls the primary key values into an aggregate foreign key valueKeyValue(SRecordInstance record, SFieldReference<?> field) Pulls the foreign key values into an aggregate foreign key value
- 
Method SummaryModifier and TypeMethodDescriptionConvenience cast for the common case of a single, Long-valued keyObject[]voidsetRecordValues(SRecordInstance record, SFieldReference<?> field) toString()
- 
Field Details- 
values
 
- 
- 
Constructor Details- 
KeyValueCreates a 'null' foreign key value that matches the number of key values for the reference field
- 
KeyValuePulls the foreign key values into an aggregate foreign key value
- 
KeyValuePulls the primary key values into an aggregate foreign key value
 
- 
- 
Method Details