public static class GPRegistryEntry.Privileges extends Object
| Constructor and Description |
|---|
Privileges() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GPRegistryEntry.Privilege p) |
static GPRegistryEntry.Privileges |
fromByte(byte b) |
static GPRegistryEntry.Privileges |
fromBytes(byte[] data) |
boolean |
has(GPRegistryEntry.Privilege p) |
boolean |
isEmpty() |
static GPRegistryEntry.Privileges |
set(GPRegistryEntry.Privilege... privs) |
int |
size() |
byte |
toByte() |
byte[] |
toBytes() |
String |
toString() |
public static GPRegistryEntry.Privileges set(GPRegistryEntry.Privilege... privs)
public static GPRegistryEntry.Privileges fromBytes(byte[] data) throws GPDataException
GPDataExceptionpublic static GPRegistryEntry.Privileges fromByte(byte b) throws GPDataException
GPDataExceptionpublic byte[] toBytes()
public byte toByte()
public boolean has(GPRegistryEntry.Privilege p)
public void add(GPRegistryEntry.Privilege p)
public boolean isEmpty()
public int size()
Copyright © 2019. All rights reserved.