public static final class ContentHandle.ContentOpenOptions extends Enum
Modifier and Type | Field and Description |
---|---|
static ContentHandle.ContentOpenOptions |
Read
Operation to open content for read.
|
static ContentHandle.ContentOpenOptions |
Write
Operation to open content for write.
|
Modifier and Type | Method and Description |
---|---|
static ContentHandle.ContentOpenOptions |
valueOf(String name) |
static ContentHandle.ContentOpenOptions[] |
values() |
public static final ContentHandle.ContentOpenOptions Read
public static final ContentHandle.ContentOpenOptions Write
public static ContentHandle.ContentOpenOptions[] values()
public static ContentHandle.ContentOpenOptions valueOf(String name)