Interface Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>
- All Superinterfaces:
Attachable, Comparable<Record>, Fields, Formattable, Record, Serializable
public interface Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>
extends Record
A model type for a records with degree
22- Author:
- Lukas Eder
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the first value.Get the tenth value.Get the eleventh value.Get the twelfth value.Get the thirteenth value.Get the fourteenth value.Get the fifteenth value.Get the sixteenth value.Get the seventeenth value.Get the eighteenth value.Get the nineteenth value.Get the second value.Get the twentieth value.Get the twenty-first value.Get the twenty-second value.Get the third value.Get the fourth value.Get the fifth value.Get the sixth value.Get the seventh value.Get the eighth value.Get the ninth value.field1()Get the first field.field10()Get the tenth field.field11()Get the eleventh field.field12()Get the twelfth field.field13()Get the thirteenth field.field14()Get the fourteenth field.field15()Get the fifteenth field.field16()Get the sixteenth field.field17()Get the seventeenth field.field18()Get the eighteenth field.field19()Get the nineteenth field.field2()Get the second field.field20()Get the twentieth field.field21()Get the twenty-first field.field22()Get the twenty-second field.field3()Get the third field.field4()Get the fourth field.field5()Get the fifth field.field6()Get the sixth field.field7()Get the seventh field.field8()Get the eighth field.field9()Get the ninth field.Get this record's fields as aRow22.value1()Get the first value.Set the first value.value10()Get the tenth value.Set the tenth value.value11()Get the eleventh value.Set the eleventh value.value12()Get the twelfth value.Set the twelfth value.value13()Get the thirteenth value.Set the thirteenth value.value14()Get the fourteenth value.Set the fourteenth value.value15()Get the fifteenth value.Set the fifteenth value.value16()Get the sixteenth value.Set the sixteenth value.value17()Get the seventeenth value.Set the seventeenth value.value18()Get the eighteenth value.Set the eighteenth value.value19()Get the nineteenth value.Set the nineteenth value.value2()Get the second value.Set the second value.value20()Get the twentieth value.Set the twentieth value.value21()Get the twenty-first value.Set the twenty-first value.value22()Get the twenty-second value.Set the twenty-second value.value3()Get the third value.Set the third value.value4()Get the fourth value.Set the fourth value.value5()Get the fifth value.Set the fifth value.value6()Get the sixth value.Set the sixth value.value7()Get the seventh value.Set the seventh value.value8()Get the eighth value.Set the eighth value.value9()Get the ninth value.Set the ninth value.values(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Set all values.Get this record's values as aRow22.<T> @NotNull Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Set a value into this record, usingFields.field(Field)for lookup.<T,U> @NotNull Record22 <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Set a value into this record, usingFields.field(Field)for lookup.Methods inherited from interface Attachable
attach, configuration, detachMethods inherited from interface Fields
dataType, dataType, dataType, dataTypes, field, field, field, field, field, field, field, field, field, field, fields, fields, fields, fields, fields, fieldsIncludingHidden, fieldStream, indexOf, indexOf, indexOf, type, type, type, typesMethods inherited from interface Formattable
format, format, format, format, format, format, format, format, format, formatChart, formatChart, formatChart, formatChart, formatChart, formatChart, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatHTML, formatHTML, formatHTML, formatInsert, formatInsert, formatInsert, formatInsert, formatInsert, formatInsert, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatXML, formatXML, formatXML, formatXML, formatXML, formatXML, intoXML, intoXML, intoXML, intoXMLMethods inherited from interface Record
changed, changed, changed, changed, changed, changed, changed, changed, changed, changed, compareTo, equals, from, from, from, from, from, fromArray, fromArray, fromArray, fromArray, fromArray, fromMap, fromMap, fromMap, fromMap, fromMap, get, get, get, get, get, get, get, get, get, get, get, get, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, hashCode, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, intoArray, intoList, intoMap, intoResultSet, intoStream, map, modified, modified, modified, modified, modified, original, original, original, original, original, reset, reset, reset, reset, reset, set, set, setValue, setValue, size, touched, touched, touched, touched, touched, touched, touched, touched, touched, touched
-
Method Details
-
fieldsRow
-
valuesRow
-
field1
-
field2
-
field3
-
field4
-
field5
-
field6
-
field7
-
field8
-
field9
-
field10
-
field11
-
field12
-
field13
-
field14
-
field15
-
field16
-
field17
-
field18
-
field19
-
field20
-
field21
-
field22
-
value1
T1 value1()Get the first value. -
value2
T2 value2()Get the second value. -
value3
T3 value3()Get the third value. -
value4
T4 value4()Get the fourth value. -
value5
T5 value5()Get the fifth value. -
value6
T6 value6()Get the sixth value. -
value7
T7 value7()Get the seventh value. -
value8
T8 value8()Get the eighth value. -
value9
T9 value9()Get the ninth value. -
value10
T10 value10()Get the tenth value. -
value11
T11 value11()Get the eleventh value. -
value12
T12 value12()Get the twelfth value. -
value13
T13 value13()Get the thirteenth value. -
value14
T14 value14()Get the fourteenth value. -
value15
T15 value15()Get the fifteenth value. -
value16
T16 value16()Get the sixteenth value. -
value17
T17 value17()Get the seventeenth value. -
value18
T18 value18()Get the eighteenth value. -
value19
T19 value19()Get the nineteenth value. -
value20
T20 value20()Get the twentieth value. -
value21
T21 value21()Get the twenty-first value. -
value22
T22 value22()Get the twenty-second value. -
value1
-
value2
-
value3
-
value4
-
value5
-
value6
-
value7
-
value8
-
value9
-
value10
-
value11
-
value12
-
value13
-
value14
-
value15
-
value16
-
value17
-
value18
-
value19
-
value20
-
value21
-
value22
-
values
@NotNull @NotNull Record22<T1,T2, valuesT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> (T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16, T17 t17, T18 t18, T19 t19, T20 t20, T21 t21, T22 t22) Set all values. -
with
-
with
@NotNull <T,U> @NotNull Record22<T1,T2, withT3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> (Field<T> field, U value, Converter<? extends T, ? super U> converter) Set a value into this record, usingFields.field(Field)for lookup.Like
Record.set(Field, Object, Converter)but returningthisfor fluent setting of multiple values. -
component1
-
component2
-
component3
-
component4
-
component5
-
component6
-
component7
-
component8
-
component9
-
component10
-
component11
-
component12
-
component13
-
component14
-
component15
-
component16
-
component17
-
component18
-
component19
-
component20
-
component21
-
component22
-