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