public enum WebServiceConstants extends Enum<WebServiceConstants>
Enum Constant and Description |
---|
BEAN |
FAULT_INFO |
JAXWS_PACKAGE_PD |
PD_JAXWS_PACKAGE_PD |
RESPONSE |
SERVICE |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static WebServiceConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebServiceConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebServiceConstants SERVICE
public static final WebServiceConstants JAXWS_PACKAGE_PD
public static final WebServiceConstants PD_JAXWS_PACKAGE_PD
public static final WebServiceConstants BEAN
public static final WebServiceConstants FAULT_INFO
public static final WebServiceConstants RESPONSE
public static WebServiceConstants[] values()
for (WebServiceConstants c : WebServiceConstants.values()) System.out.println(c);
public static WebServiceConstants 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 getValue()
Copyright © 2016 Oracle Corporation. All rights reserved.