public static enum NotesConstants.TypeOfLookup extends Enum<NotesConstants.TypeOfLookup>
Enum Constant and Description |
---|
AdminpAllowAccess |
AdminpCreateDatabase |
AdminpCreateReplica |
AdminpDenyAccess |
AdminpPrivateList |
AdminpRestrictedList |
AdminpServerAdmin |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static NotesConstants.TypeOfLookup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotesConstants.TypeOfLookup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotesConstants.TypeOfLookup AdminpServerAdmin
public static final NotesConstants.TypeOfLookup AdminpCreateReplica
public static final NotesConstants.TypeOfLookup AdminpCreateDatabase
public static final NotesConstants.TypeOfLookup AdminpAllowAccess
public static final NotesConstants.TypeOfLookup AdminpDenyAccess
public static final NotesConstants.TypeOfLookup AdminpPrivateList
public static final NotesConstants.TypeOfLookup AdminpRestrictedList
public static NotesConstants.TypeOfLookup[] values()
for (NotesConstants.TypeOfLookup c : NotesConstants.TypeOfLookup.values()) System.out.println(c);
public static NotesConstants.TypeOfLookup 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 int getValue()
Copyright © 2019–2021 HCL. All rights reserved.