Uses of Interface
com.pushtechnology.diffusion.datatype.recordv2.model.MutableRecordModel
Packages that use MutableRecordModel
Package
Description
RecordV2 Data Type : Data Model.
RecordV2 Data Type : Schemas.
-
Uses of MutableRecordModel in com.pushtechnology.diffusion.datatype.recordv2.model
Methods in com.pushtechnology.diffusion.datatype.recordv2.model that return MutableRecordModelModifier and TypeMethodDescriptionAdds new values to the end of a variable length field list.Adds new values to the end of a variable length field list.MutableRecordModel.addRecord()Adds a new initialized record occurrence to the end of a variable multiplicity record list.MutableRecordModel.clearVariableFields(String recordName, int recordIndex) Remove all optional instances of a variable multiplicity field.MutableRecordModel.clearVariableRecords()Removes all optional instances of a variable multiplicity record.MutableRecordModel.removeField(String recordName, int recordIndex, int fieldIndex) Removes the specified occurrence of a variable multiplicity field.MutableRecordModel.removeRecord(int index) Removes the specified occurrence of a variable multiplicity record.MutableRecordModel.set(String recordName, int recordIndex, String fieldName, int fieldIndex, String value) Sets a specified field value.Sets a specified field value. -
Uses of MutableRecordModel in com.pushtechnology.diffusion.datatype.recordv2.schema
Methods in com.pushtechnology.diffusion.datatype.recordv2.schema that return MutableRecordModelModifier and TypeMethodDescriptionSchema.createMutableModel()Create a mutable model based upon the schema.