public class LevelOfAssuranceUtils extends Object
Constructor and Description |
---|
LevelOfAssuranceUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isNonNotified(ILevelOfAssurance loa)
Checks whether the levels of assurance is of type non-notified
|
static boolean |
isNonNotified(LevelOfAssurance loa)
Checks whether the levels of assurance is of type non-notified
|
static boolean |
isNotified(ILevelOfAssurance loa)
Checks whether the levels of assurance is of type notified
|
static boolean |
isNotified(LevelOfAssurance loa)
Checks whether the levels of assurance is of type notified
|
public static boolean isNotified(LevelOfAssurance loa)
loa
- the Level Of Assurancetrue
if loa type equals notified loa typepublic static boolean isNotified(ILevelOfAssurance loa)
loa
- the Level Of Assurancetrue
if loa type equals notified loa typepublic static boolean isNonNotified(LevelOfAssurance loa)
loa
- the Level Of Assurancetrue
if loa type equals non-notified loa typepublic static boolean isNonNotified(ILevelOfAssurance loa)
loa
- the Level Of Assurancetrue
if loa type equals non-notified loa typeCopyright © 2020. All Rights Reserved.