| Modifier and Type | Method and Description |
|---|---|
CollectionSchemaField |
CollectionSchema.getField(int idx)
GetField allows to obtain CollectionSchemaField object by its index.
|
CollectionSchemaField |
CollectionSchema.getField(java.lang.String name)
GetField allows to obtain CollectionSchemaField by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionSchema.addField(CollectionSchemaField field)
AddField allows to set new field to the CollectionSchema object. If the target field exists, it is overwritten.
|
float |
FileAttachment.getCollectionItemNumber(CollectionSchemaField collectionField)
GetCollectionItemNumber allows to obtain collection item according to the specified schema field.
|
java.lang.String |
FileAttachment.getCollectionItemString(CollectionSchemaField collectionField)
GetCollectionItemString allows to obtain collection item value according to the specified schema field.
|
void |
CollectionSchema.removeField(CollectionSchemaField field)
RemoveField allows to remove specified field from the schema.
|
void |
FileAttachment.setCollectionItemNumber(CollectionSchemaField collectionField,
float value)
SetCollectionItemNumber allows to add key to the collection item dictionary.
|
void |
FileAttachment.setCollectionItemString(CollectionSchemaField collectionField,
java.lang.String value)
SetCollectionItemString allows to add key to the collection item dictionary.
|