public static enum Workspace.AccessMode extends Enum<Workspace.AccessMode>
| Enum Constant and Description |
|---|
READ_ONLY |
READ_WRITE |
READ_WRITE_ONCE |
WRITE_ONCE |
WRITE_ONLY |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessMode() |
static Workspace.AccessMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Workspace.AccessMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Workspace.AccessMode READ_ONLY
public static final Workspace.AccessMode READ_WRITE
public static final Workspace.AccessMode READ_WRITE_ONCE
public static final Workspace.AccessMode WRITE_ONCE
public static final Workspace.AccessMode WRITE_ONLY
public static Workspace.AccessMode[] values()
for (Workspace.AccessMode c : Workspace.AccessMode.values()) System.out.println(c);
public static Workspace.AccessMode 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 getAccessMode()
Copyright © 2017–2025 OWASP Foundation. All rights reserved.