public static final class CapabilityDoorLock.UserType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MASTER_USER
Master indicates the ability to set PIN/RFID on the lock for other users.
|
static int |
NON_ACCESS_USER
Non-Access indicates no access for the user.
|
static int |
UNRESTRICTED_USER
Unrestricted indicates full access for the user.
|
static int |
WEEK_DAY_SCH_USER
A user for whom the access is given only for a particular day/days in a week.
|
static int |
YEAR_DAY_SCH_USER
A user for whom the access is given only for a particular day/days in year.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static CapabilityDoorLock.UserType |
masterUser()
A function that provides the Master User Type object.
|
static CapabilityDoorLock.UserType |
nonAccessUser()
A function that provides the Non Access User Type object.
|
int |
rawValue()
A function that assists in fetching the standard integer corresponding to User Type.
|
java.lang.String |
toString() |
static CapabilityDoorLock.UserType |
unrestrictedUser()
A function that provides the Unrestricted User Type object.
|
static CapabilityDoorLock.UserType |
weekDaySchUser()
A function that provides the Weak Day Scheduled User Type object.
|
static CapabilityDoorLock.UserType |
yearDaySchUser()
A function that provides the Year Day Scheduled User Type object.
|
public static final int UNRESTRICTED_USER
public static final int YEAR_DAY_SCH_USER
public static final int WEEK_DAY_SCH_USER
public static final int MASTER_USER
public static final int NON_ACCESS_USER
public int rawValue()
public static CapabilityDoorLock.UserType unrestrictedUser()
UNRESTRICTED_USER status.public static CapabilityDoorLock.UserType yearDaySchUser()
YEAR_DAY_SCH_USER status.public static CapabilityDoorLock.UserType weekDaySchUser()
WEEK_DAY_SCH_USER status.public static CapabilityDoorLock.UserType masterUser()
MASTER_USER status.public static CapabilityDoorLock.UserType nonAccessUser()
NON_ACCESS_USER status.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object