public enum VirtualServiceType extends java.lang.Enum<VirtualServiceType>
| Enum Constant and Description |
|---|
CXF_JAX_RS |
NON_REST |
OPEN_API |
SPRING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
void |
setType(java.lang.String type) |
static VirtualServiceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VirtualServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualServiceType SPRING
public static final VirtualServiceType CXF_JAX_RS
public static final VirtualServiceType OPEN_API
public static final VirtualServiceType NON_REST
public static VirtualServiceType[] values()
for (VirtualServiceType c : VirtualServiceType.values()) System.out.println(c);
public static VirtualServiceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getType()
public void setType(java.lang.String type)
Copyright © 2020. All Rights Reserved.