protected static enum InterfaceSourceCodeInjector.Keyword2 extends Enum<InterfaceSourceCodeInjector.Keyword2>
| Enum Constant and Description |
|---|
ENDPOINT_INTERFACE_CLASSNAME |
PACKAGE_NAME |
PORT_TYPE |
SERVICE_NAME |
SERVICE_PORT_BINDING_NAME |
TARGET_NAMESPACE |
| Modifier and Type | Method and Description |
|---|---|
String |
getXpathExpr() |
static InterfaceSourceCodeInjector.Keyword2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterfaceSourceCodeInjector.Keyword2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterfaceSourceCodeInjector.Keyword2 PACKAGE_NAME
public static final InterfaceSourceCodeInjector.Keyword2 TARGET_NAMESPACE
public static final InterfaceSourceCodeInjector.Keyword2 SERVICE_NAME
public static final InterfaceSourceCodeInjector.Keyword2 SERVICE_PORT_BINDING_NAME
public static final InterfaceSourceCodeInjector.Keyword2 PORT_TYPE
public static final InterfaceSourceCodeInjector.Keyword2 ENDPOINT_INTERFACE_CLASSNAME
public static InterfaceSourceCodeInjector.Keyword2[] values()
for (InterfaceSourceCodeInjector.Keyword2 c : InterfaceSourceCodeInjector.Keyword2.values()) System.out.println(c);
public static InterfaceSourceCodeInjector.Keyword2 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 getXpathExpr()
Copyright © 2016. All rights reserved.