public class EntityResourceAction extends Object
Modifier and Type | Field and Description |
---|---|
static EntityResourceAction |
VIEW
The View Action.
|
Constructor and Description |
---|
EntityResourceAction(String actionName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
static EntityResourceAction |
fromString(String actionName)
Converts a string to an
EntityResourceAction instance. |
String |
getActionName() |
int |
hashCode() |
String |
toString() |
public static final EntityResourceAction VIEW
public EntityResourceAction(String actionName)
actionName
- see getActionName()
public static EntityResourceAction fromString(String actionName)
EntityResourceAction
instance.actionName
- see getActionName()
public String getActionName()
Copyright © 2004–2021 XWiki. All rights reserved.