Uses of Interface
org.conical.common.bbl.enums.ifc.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
Modifier 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
Modifier and TypeMethodDescriptionstatic <T extends Coded>
TEnumUtil.getValueByCode
(Class<T> clazz, int codedValue) Returns the value of a Coded enum based on its code.