public enum AclRevision extends java.lang.Enum<AclRevision>
| Enum Constant and Description |
|---|
ACL_REVISION
0x02 - When set to 0x02, only AceTypes 0x00, 0x01, 0x02, 0x03, and 0x11 can be present in the ACL.
|
ACL_REVISION_DS
0x04 - When set to 0x04, AceTypes 0x05, 0x06, 0x07, 0x08, and 0x11 are allowed.
|
UNEXPECTED
Unknown.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue()
Gets byte value.
|
static AclRevision |
parseValue(byte value)
Parse byte value.
|
static AclRevision |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclRevision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclRevision UNEXPECTED
public static final AclRevision ACL_REVISION
public static final AclRevision ACL_REVISION_DS
public static AclRevision[] values()
for (AclRevision c : AclRevision.values()) System.out.println(c);
public static AclRevision valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic byte getValue()
public static AclRevision parseValue(byte value)
value - byet value.Copyright © 2015-2018 Tirasa. All Rights Reserved.