public class ReadAccess
extends java.lang.Object
Title: Structured Data Objects
Description: Defines a read access object used in events.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static byte |
GROUP |
static byte |
NONE |
static byte |
PUBLIC |
static byte |
USER |
Constructor and Description |
---|
ReadAccess() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(byte access) |
static java.lang.String |
toString(byte access) |
public static final byte PUBLIC
public static final byte GROUP
public static final byte USER
public static final byte NONE
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.