public enum EeComponentType extends Enum<EeComponentType>
| Enum Constant and Description |
|---|
BATCH |
BEAN_VALIDATION |
CDI |
EJB |
EL |
JAX_RS |
JAX_WS |
JPA |
JSF |
JSON_B |
JSON_P |
JSP |
JTA |
MAIL |
SERVLET |
WEBSOCKET |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static EeComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EeComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EeComponentType SERVLET
public static final EeComponentType WEBSOCKET
public static final EeComponentType JSP
public static final EeComponentType EL
public static final EeComponentType JSF
public static final EeComponentType JPA
public static final EeComponentType CDI
public static final EeComponentType JAX_RS
public static final EeComponentType JAX_WS
public static final EeComponentType BEAN_VALIDATION
public static final EeComponentType JSON_P
public static final EeComponentType JSON_B
public static final EeComponentType JTA
public static final EeComponentType EJB
public static final EeComponentType BATCH
public static final EeComponentType MAIL
public static EeComponentType[] values()
for (EeComponentType c : EeComponentType.values()) System.out.println(c);
public static EeComponentType 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 String getName()
Copyright © 2015–2020. All rights reserved.