Uses of Enum Class
com.senzing.sdk.SzFlagUsageGroup
Package
Description
This package provides the interfaces, utility classes, enumerations,
constants and exception types pertaining to the Senzing SDK for Java.
-
Uses of SzFlagUsageGroup in com.senzing.sdk
Modifier and TypeMethodDescriptionstatic SzFlagUsageGroup
Returns the enum constant of this class with the specified name.static SzFlagUsageGroup[]
SzFlagUsageGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSzFlag.getGroups()
Gets the unmodifiableSet
ofSzFlagUsageGroup
instances describing which usage groups that thisSzFlag
belongs to.