Enum Class CheckConsentConfig.IdMatchingType

java.lang.Object
java.lang.Enum<CheckConsentConfig.IdMatchingType>
org.emau.icmvc.ganimed.ttp.cm2.config.CheckConsentConfig.IdMatchingType
All Implemented Interfaces:
Serializable, Comparable<CheckConsentConfig.IdMatchingType>, Constable
Enclosing class:
CheckConsentConfig

public static enum CheckConsentConfig.IdMatchingType extends Enum<CheckConsentConfig.IdMatchingType>
AT_LEAST_ONE
at least one of the given ids must be related to the person
AT_LEAST_ALL
all given ids must be related to the person
EXACT
all given ids and no other id must be related to the person
Author:
geidell