Uses of Class
org.openiam.am.srvc.dto.PatternMatchMode
-
Packages that use PatternMatchMode Package Description org.openiam.am.srvc.dto -
-
Uses of PatternMatchMode in org.openiam.am.srvc.dto
Fields in org.openiam.am.srvc.dto declared as PatternMatchMode Modifier and Type Field Description protected PatternMatchMode
AbstractMatchMode. matchMode
Methods in org.openiam.am.srvc.dto that return PatternMatchMode Modifier and Type Method Description static PatternMatchMode
PatternMatchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatternMatchMode[]
PatternMatchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-