Class RoleSelectionSpecEntry
java.lang.Object
com.evolveum.midpoint.model.impl.controller.RoleSelectionSpecEntry
- All Implemented Interfaces:
DisplayableValue<String>
- Author:
- semancik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns longer description that can be used as a help text, tooltip or for similar purpose.getLabel()Returns short user-friendly label.static Collection<RoleSelectionSpecEntry>getValue()Retuns actual value.static booleanstatic booleanhasNegativeValue(Collection<RoleSelectionSpecEntry> col, String value) booleanvoidnegate()static voidvoidsetNegative(boolean negative) toString()
-
Constructor Details
-
RoleSelectionSpecEntry
-
-
Method Details
-
getValue
Description copied from interface:DisplayableValueRetuns actual value. This may not be user-friendly.- Specified by:
getValuein interfaceDisplayableValue<String>
-
getLabel
Description copied from interface:DisplayableValueReturns short user-friendly label. Catalog key may be returned instead of actual text.- Specified by:
getLabelin interfaceDisplayableValue<String>
-
getDescription
Description copied from interface:DisplayableValueReturns longer description that can be used as a help text, tooltip or for similar purpose. Catalog key may be returned instead of actual text.- Specified by:
getDescriptionin interfaceDisplayableValue<String>
-
toString
-
isNegative
public boolean isNegative() -
setNegative
public void setNegative(boolean negative) -
negate
public void negate() -
negate
-
hasNegative
-
hasNegativeValue
-
getPositive
public static Collection<RoleSelectionSpecEntry> getPositive(Collection<RoleSelectionSpecEntry> col)
-