-
public class IntegrityManager
-
-
Field Summary
Fields Modifier and Type Field Description private final StringINTEGRITY_TYPE_NONEprivate final StringINTEGRITY_TYPE_ADDRESSprivate final StringINTEGRITY_TYPE_HEALTHpublic final static IntegrityManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final static Unitenable()final static UnitprocessParameters(Map<String, String> parameters)Process integrity parameters final StringgetINTEGRITY_TYPE_NONE()final StringgetINTEGRITY_TYPE_ADDRESS()final StringgetINTEGRITY_TYPE_HEALTH()-
-
Method Detail
-
processParameters
final static Unit processParameters(Map<String, String> parameters)
Process integrity parameters
-
getINTEGRITY_TYPE_NONE
final String getINTEGRITY_TYPE_NONE()
-
getINTEGRITY_TYPE_ADDRESS
final String getINTEGRITY_TYPE_ADDRESS()
-
getINTEGRITY_TYPE_HEALTH
final String getINTEGRITY_TYPE_HEALTH()
-
-
-
-