public enum zfs_deleg_inherit_t extends Enum<zfs_deleg_inherit_t>
| Enum Constant and Description |
|---|
ZFS_DELEG_NONE |
ZFS_DELEG_PERM_CREATE |
ZFS_DELEG_PERM_DESCENDENT |
ZFS_DELEG_PERM_LOCAL |
ZFS_DELEG_PERM_LOCALDESCENDENT |
| Modifier and Type | Method and Description |
|---|---|
static zfs_deleg_inherit_t |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static zfs_deleg_inherit_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final zfs_deleg_inherit_t ZFS_DELEG_NONE
public static final zfs_deleg_inherit_t ZFS_DELEG_PERM_LOCAL
public static final zfs_deleg_inherit_t ZFS_DELEG_PERM_DESCENDENT
public static final zfs_deleg_inherit_t ZFS_DELEG_PERM_LOCALDESCENDENT
public static final zfs_deleg_inherit_t ZFS_DELEG_PERM_CREATE
public static zfs_deleg_inherit_t[] values()
for (zfs_deleg_inherit_t c : zfs_deleg_inherit_t.values()) System.out.println(c);
public static zfs_deleg_inherit_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.