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