public static enum Commands.CmdRepo extends Enum<Commands.CmdRepo>
Modifier and Type | Method and Description |
---|---|
static Commands.CmdRepo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Commands.CmdRepo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Commands.CmdRepo INSTALL
public static final Commands.CmdRepo DELETE
public static final Commands.CmdRepo LIST
public static Commands.CmdRepo[] values()
for (Commands.CmdRepo c : Commands.CmdRepo.values()) System.out.println(c);
public static Commands.CmdRepo 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 nullCopyright © 2005–2023 BaseX Team. All rights reserved.