public class AccessMode extends Object
| Modifier and Type | Field and Description | 
|---|---|
static AccessMode | 
READ
Object representing read-only access. 
 | 
static AccessMode | 
UPDATE
Object representing update (read and write) access. 
 | 
static AccessMode | 
WRITE
Object representing write-only access. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isReadable()
Indicates whether this mode includes read access. 
 | 
boolean | 
isWritable()
Indicates whether this mode includes write access. 
 | 
String | 
toString()  | 
public static final AccessMode READ
public static final AccessMode UPDATE
public static final AccessMode WRITE
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.