Class StrengthSelector
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.StrengthSelector
-
public class StrengthSelector extends Object
- Author:
- semancik
-
-
Field Summary
Fields Modifier and Type Field Description static StrengthSelector
ALL
static StrengthSelector
ALL_EXCEPT_WEAK
static StrengthSelector
WEAK_ONLY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNone()
boolean
isNormal()
boolean
isStrong()
boolean
isWeak()
StrengthSelector
notWeak()
String
toString()
-
-
-
Field Detail
-
ALL
public static final StrengthSelector ALL
-
ALL_EXCEPT_WEAK
public static final StrengthSelector ALL_EXCEPT_WEAK
-
WEAK_ONLY
public static final StrengthSelector WEAK_ONLY
-
-
Method Detail
-
isWeak
public boolean isWeak()
-
isNormal
public boolean isNormal()
-
isStrong
public boolean isStrong()
-
notWeak
public StrengthSelector notWeak()
-
isNone
public boolean isNone()
-
-