Composite Type Description

Defined in package com.scandit.datacapture.barcode.data

CompositeTypeDescription
class CompositeTypeDescription

Added in version 6.6.0

Description specific to a particular composite type.

create(type)
static @NonNull CompositeTypeDescription create(@NonNull EnumSet<CompositeType> type)

Added in version 6.6.0

Creates a new composite type description for a given composite type.

all()
static @NonNull List<@NonNull CompositeTypeDescription> all()

Added in version 6.6.0

A list of descriptions, one for each individual CompositeType.

types
@NonNull EnumSet<CompositeType> getTypes()

Added in version 6.6.0

The composite types described by the description.

symbologies
@NonNull Set<Symbology> getSymbologies()

Added in version 6.6.0

All symbologies that can be part of a composite code with the given composite type.

toJson()
@NonNull String toJson()

Added in version 6.6.0

Returns the JSON representation of the symbology description.