public enum zfs_deleg_who_type_t extends Enum<zfs_deleg_who_type_t>
| Enum Constant and Description |
|---|
ZFS_DELEG_CREATE |
ZFS_DELEG_CREATE_SETS |
ZFS_DELEG_EVERYONE |
ZFS_DELEG_EVERYONE_SETS |
ZFS_DELEG_GROUP |
ZFS_DELEG_GROUP_SETS |
ZFS_DELEG_NAMED_SET |
ZFS_DELEG_NAMED_SET_SETS |
ZFS_DELEG_USER |
ZFS_DELEG_USER_SETS |
ZFS_DELEG_WHO_UNKNOWN |
| Modifier and Type | Field and Description |
|---|---|
char |
code |
| Modifier and Type | Method and Description |
|---|---|
static zfs_deleg_who_type_t |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static zfs_deleg_who_type_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final zfs_deleg_who_type_t ZFS_DELEG_WHO_UNKNOWN
public static final zfs_deleg_who_type_t ZFS_DELEG_USER
public static final zfs_deleg_who_type_t ZFS_DELEG_USER_SETS
public static final zfs_deleg_who_type_t ZFS_DELEG_GROUP
public static final zfs_deleg_who_type_t ZFS_DELEG_GROUP_SETS
public static final zfs_deleg_who_type_t ZFS_DELEG_EVERYONE
public static final zfs_deleg_who_type_t ZFS_DELEG_EVERYONE_SETS
public static final zfs_deleg_who_type_t ZFS_DELEG_CREATE
public static final zfs_deleg_who_type_t ZFS_DELEG_CREATE_SETS
public static final zfs_deleg_who_type_t ZFS_DELEG_NAMED_SET
public static final zfs_deleg_who_type_t ZFS_DELEG_NAMED_SET_SETS
public static zfs_deleg_who_type_t[] values()
for (zfs_deleg_who_type_t c : zfs_deleg_who_type_t.values()) System.out.println(c);
public static zfs_deleg_who_type_t 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 nullCopyright © 2008–2017. All rights reserved.