public static enum EditRightsPane.Right extends Enum<EditRightsPane.Right>
Enum Constant and Description |
---|
ADMIN |
COMMENT |
DELETE |
EDIT |
PROGRAM |
REGISTER |
VIEW |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static EditRightsPane.Right |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditRightsPane.Right[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditRightsPane.Right VIEW
public static final EditRightsPane.Right COMMENT
public static final EditRightsPane.Right EDIT
public static final EditRightsPane.Right DELETE
public static final EditRightsPane.Right ADMIN
public static final EditRightsPane.Right REGISTER
public static final EditRightsPane.Right PROGRAM
public static EditRightsPane.Right[] values()
for (EditRightsPane.Right c : EditRightsPane.Right.values()) System.out.println(c);
public static EditRightsPane.Right valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<EditRightsPane.Right>
Copyright © 2004–2021 XWiki. All rights reserved.