public static enum ObjectRendererUtils.PermissionType extends Enum<ObjectRendererUtils.PermissionType>
| Enum Constant and Description |
|---|
READ |
READ_WRITE |
WRITE |
| Modifier and Type | Method and Description |
|---|---|
static ObjectRendererUtils.PermissionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectRendererUtils.PermissionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectRendererUtils.PermissionType READ
public static final ObjectRendererUtils.PermissionType WRITE
public static final ObjectRendererUtils.PermissionType READ_WRITE
public static ObjectRendererUtils.PermissionType[] values()
for (ObjectRendererUtils.PermissionType c : ObjectRendererUtils.PermissionType.values()) System.out.println(c);
public static ObjectRendererUtils.PermissionType 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 nullCopyright © 2012–2025 cismet GmbH. All rights reserved.