public static enum ProjectContext.SourceMode extends Enum<ProjectContext.SourceMode>
| Enum Constant and Description |
|---|
DISTRIBUTION_ANNEX |
NONE |
ON_DEMAND |
| Modifier and Type | Method and Description |
|---|---|
static ProjectContext.SourceMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectContext.SourceMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectContext.SourceMode NONE
public static final ProjectContext.SourceMode DISTRIBUTION_ANNEX
public static final ProjectContext.SourceMode ON_DEMAND
public static ProjectContext.SourceMode[] values()
for (ProjectContext.SourceMode c : ProjectContext.SourceMode.values()) System.out.println(c);
public static ProjectContext.SourceMode 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 nullLicensed under the Apache License 2.0 - Copyright © {inceptionYear} – 2024 the original author or authors.