public enum CodestartType extends Enum<CodestartType>
| Enum Constant and Description |
|---|
BUILDTOOL |
CODE |
CONFIG |
LANGUAGE |
PROJECT |
TOOLING |
| Modifier and Type | Method and Description |
|---|---|
String |
getIcon() |
int |
getProcessingOrder() |
boolean |
isBase() |
static CodestartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodestartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodestartType LANGUAGE
public static final CodestartType BUILDTOOL
public static final CodestartType PROJECT
public static final CodestartType CONFIG
public static final CodestartType TOOLING
public static final CodestartType CODE
public static CodestartType[] values()
for (CodestartType c : CodestartType.values()) System.out.println(c);
public static CodestartType 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 boolean isBase()
public String getIcon()
public int getProcessingOrder()
Copyright © 2020 JBoss by Red Hat. All rights reserved.