Package apple.enums
Class acl_entry_id_t
- java.lang.Object
-
- apple.enums.acl_entry_id_t
-
public final class acl_entry_id_t extends java.lang.Object23.2.8 ACL Entry Constants
-
-
Field Summary
Fields Modifier and Type Field Description static intACL_FIRST_ENTRYstatic intACL_LAST_ENTRYstatic intACL_NEXT_ENTRY
-
-
-
Field Detail
-
ACL_FIRST_ENTRY
public static final int ACL_FIRST_ENTRY
- See Also:
- Constant Field Values
-
ACL_NEXT_ENTRY
public static final int ACL_NEXT_ENTRY
- See Also:
- Constant Field Values
-
ACL_LAST_ENTRY
public static final int ACL_LAST_ENTRY
- See Also:
- Constant Field Values
-
-