Package | Description |
---|---|
com.pushtechnology.diffusion.datatype.recordv2 |
RecordV2 Data Type.
|
com.pushtechnology.diffusion.datatype.recordv2.schema |
RecordV2 Data Type : Schemas.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder |
RecordV2DataType.schemaBuilder()
Creates a new schema builder.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder |
SchemaBuilder.decimal(String name,
int scale)
Add a single occurrence decimal field to the current record.
|
SchemaBuilder |
SchemaBuilder.decimal(String name,
int scale,
int occurs)
Add a fixed multiplicity decimal field to the current record.
|
SchemaBuilder |
SchemaBuilder.decimal(String name,
int scale,
int min,
int max)
Add a decimal field to the current record.
|
SchemaBuilder |
SchemaBuilder.integer(String name)
Add a single occurrence integer field to the current record.
|
SchemaBuilder |
SchemaBuilder.integer(String name,
int occurs)
Add a fixed multiplicity integer field to the current record.
|
SchemaBuilder |
SchemaBuilder.integer(String name,
int min,
int max)
Add an integer field to the current record.
|
SchemaBuilder |
SchemaBuilder.record(String name)
Add a new single occurrence record to the schema.
|
SchemaBuilder |
SchemaBuilder.record(String name,
int occurs)
Add a new fixed multiplicity record to the schema.
|
SchemaBuilder |
SchemaBuilder.record(String name,
int min,
int max)
Add a new record to the schema.
|
SchemaBuilder |
SchemaBuilder.string(String name)
Add a single occurrence string field to the current record.
|
SchemaBuilder |
SchemaBuilder.string(String name,
int occurs)
Add a fixed multiplicity string field to the current record.
|
SchemaBuilder |
SchemaBuilder.string(String name,
int min,
int max)
Add a string field to the current record.
|
Copyright © 2025 DiffusionData Ltd. All Rights Reserved.