Class CmsDependencyIconActionType
java.lang.Object
org.opencms.workplace.tools.accounts.CmsDependencyIconActionType
Wrapper class for
the different types of icon actions the dependency lists.
The possibles values are:
- Since:
- 6.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CmsDependencyIconActionTypeConstant for the group icon action.static final CmsDependencyIconActionTypeConstant for the resource icon action.static final CmsDependencyIconActionTypeConstant for the user icon action.static final List<CmsDependencyIconActionType> List of mode constants. -
Method Summary
-
Field Details
-
RESOURCE
Constant for the resource icon action. -
GROUP
Constant for the group icon action. -
USER
Constant for the user icon action. -
VALUES
List of mode constants.
-
-
Method Details
-
valueOf
public static CmsDependencyIconActionType valueOf(String value) throws org.opencms.main.CmsIllegalArgumentException Parses an string into an element of this enumeration.- Parameters:
value- the id to parse- Returns:
- the enumeration element
- Throws:
org.opencms.main.CmsIllegalArgumentException- if the given value could not be matched against atype.CmsDependencyIconActionType
-
getId
Returns the id string.- Returns:
- the id string
-
toString
-