Uses of Interface
org.conical.common.bbl.enums.ifc.Coded
Packages that use Coded
Package
Description
Contains enums defining possible values and attributes of those values for data the BBL collects.
Contains general utility classes to support BBL applications.
-
Uses of Coded in org.conical.common.bbl.enums
Classes in org.conical.common.bbl.enums that implement CodedModifier and TypeClassDescriptionenum
Enum keeps track of the variety of ethnicities the BBL documents and their attributesenum
Enum keeps track of the variety of handednesses the BBL documents and their attributesenum
Enum keeps track of the variety of races the BBL documents and their attributesenum
Enum keeps track of the variety of sexes the BBL documents and their attributes -
Uses of Coded in org.conical.common.bbl.util
Methods in org.conical.common.bbl.util with type parameters of type CodedModifier and TypeMethodDescriptionstatic <T extends Coded>
TEnumUtil.getValueByCode
(Class<T> clazz, int codedValue) Returns the value of a Coded enum based on its code.