public class SupportLevelHelper extends java.lang.Object implements ReportConstants
| Modifier and Type | Class and Description |
|---|---|
static class |
SupportLevelHelper.Descriptor
Support level details for display purposes.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Integer,SupportLevelHelper.Descriptor> |
descriptors
Storage for all support level descriptors.
|
CVT_LVL_BASIC, CVT_LVL_FULL, CVT_LVL_FULL_RESTR, CVT_LVL_MASK, CVT_LVL_NONE, CVT_LVL_PARTIAL, LVL_UNKNOWN, RT_LVL_BASIC, RT_LVL_FULL, RT_LVL_FULL_RESTR, RT_LVL_MASK, RT_LVL_NONE, RT_LVL_PARTIAL, RT_LVL_STUB, RT_LVL_UNTESTED, SORT_ALL, SORT_NONE, SORT_NOT_LAST, SRC_CODE_BASE, SRC_CODE_CACHE, SRC_SCHEMA, SRC_UNKNOWN| Constructor and Description |
|---|
SupportLevelHelper() |
| Modifier and Type | Method and Description |
|---|---|
static SupportLevelHelper.Descriptor |
describe(int lvl)
Obtains the descriptor for the level specified.
|
private static final java.util.Map<java.lang.Integer,SupportLevelHelper.Descriptor> descriptors
public static SupportLevelHelper.Descriptor describe(int lvl)
lvl - Must be a single support level flag.null if the level is not valid or if the level
is not just one support level flag (but has more than one flag set).