public static enum ProjectCommand.ExitStatus extends Enum<ProjectCommand.ExitStatus>
| Enum Constant and Description |
|---|
FULL_SCAN_NOT_REQUIRED |
FULL_SCAN_REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitStatus() |
static ProjectCommand.ExitStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectCommand.ExitStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectCommand.ExitStatus FULL_SCAN_REQUIRED
public static final ProjectCommand.ExitStatus FULL_SCAN_NOT_REQUIRED
public static ProjectCommand.ExitStatus[] values()
for (ProjectCommand.ExitStatus c : ProjectCommand.ExitStatus.values()) System.out.println(c);
public static ProjectCommand.ExitStatus 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 getExitStatus()
Copyright © 2022. All rights reserved.