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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyValue
(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 Summary
Modifier and TypeMethodDescriptionConvenience cast for the common case of a single, Long-valued keyObject[]
void
setRecordValues
(SRecordInstance record, SFieldReference<?> field) toString()
-
Field Details
-
values
-
-
Constructor Details
-
KeyValue
Creates a 'null' foreign key value that matches the number of key values for the reference field -
KeyValue
Pulls the foreign key values into an aggregate foreign key value -
KeyValue
Pulls the primary key values into an aggregate foreign key value
-
-
Method Details