protected static enum ClassSourceCodeInjector.Keyword extends Enum<ClassSourceCodeInjector.Keyword>
| 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 ClassSourceCodeInjector.Keyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassSourceCodeInjector.Keyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassSourceCodeInjector.Keyword PACKAGE_NAME
public static final ClassSourceCodeInjector.Keyword TARGET_NAMESPACE
public static final ClassSourceCodeInjector.Keyword SERVICE_NAME
public static final ClassSourceCodeInjector.Keyword SERVICE_PORT_BINDING_NAME
public static final ClassSourceCodeInjector.Keyword PORT_TYPE
public static final ClassSourceCodeInjector.Keyword ENDPOINT_INTERFACE_CLASSNAME
public static ClassSourceCodeInjector.Keyword[] values()
for (ClassSourceCodeInjector.Keyword c : ClassSourceCodeInjector.Keyword.values()) System.out.println(c);
public static ClassSourceCodeInjector.Keyword 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.