@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.433Z") @Stability(value=Deprecated) @Deprecated public enum ProjectType extends Enum<ProjectType>
| Enum Constant and Description |
|---|
APP
Deprecated.
|
LIB
Deprecated.
|
UNKNOWN
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ProjectType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Deprecated) @Deprecated public static final ProjectType UNKNOWN
@Stability(value=Deprecated) @Deprecated public static final ProjectType LIB
@Stability(value=Deprecated) @Deprecated public static final ProjectType APP
Its artifacts are intended to be deployed or published for end-user consumption.
public static ProjectType[] values()
for (ProjectType c : ProjectType.values()) System.out.println(c);
public static ProjectType 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 © 2021. All rights reserved.