public static enum NotesConstants.AgentCheck extends Enum<NotesConstants.AgentCheck>
Enum Constant and Description |
---|
CheckAndSign |
CheckRights |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static NotesConstants.AgentCheck |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotesConstants.AgentCheck[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotesConstants.AgentCheck CheckRights
public static final NotesConstants.AgentCheck CheckAndSign
public static NotesConstants.AgentCheck[] values()
for (NotesConstants.AgentCheck c : NotesConstants.AgentCheck.values()) System.out.println(c);
public static NotesConstants.AgentCheck 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.