Uses of Enum Class
com.senzing.sdk.SzFlagUsageGroup
Packages that use 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
Methods in com.senzing.sdk that return SzFlagUsageGroupModifier 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.Methods in com.senzing.sdk that return types with arguments of type SzFlagUsageGroupModifier and TypeMethodDescriptionSzFlag.getGroups()
Gets the unmodifiableSet
ofSzFlagUsageGroup
instances describing which usage groups that thisSzFlag
belongs to.