public enum NamesListAuth extends Enum<NamesListAuth> implements INumberEnum<Short>
Enum Constant and Description |
---|
AUTHENTICATED
Set if names list has been authenticated via Notes
|
FULL_ADMIN_ACCESS
Set if user requested full admin access and it was granted
|
PASSWORD_AUTHENTICATED
Set if names list has been authenticated using external password -- Triggers "Maximum Internet name & password" (set in the database ACL) access level allowed
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static NamesListAuth |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamesListAuth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamesListAuth AUTHENTICATED
public static final NamesListAuth PASSWORD_AUTHENTICATED
public static final NamesListAuth FULL_ADMIN_ACCESS
public static NamesListAuth[] values()
for (NamesListAuth c : NamesListAuth.values()) System.out.println(c);
public static NamesListAuth 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 nullpublic Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2014–2018. All rights reserved.