|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebParamKind | |
---|---|
org.eclipse.jst.ws.jaxws.dom.runtime.api | |
org.eclipse.jst.ws.jaxws.dom.runtime.persistence | |
org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync |
Uses of WebParamKind in org.eclipse.jst.ws.jaxws.dom.runtime.api |
---|
Fields in org.eclipse.jst.ws.jaxws.dom.runtime.api with type parameters of type WebParamKind | |
---|---|
static java.util.List<WebParamKind> |
WebParamKind.VALUES
A public read-only list of all the 'Web Param Kind' enumerators. |
Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return WebParamKind | |
---|---|
static WebParamKind |
WebParamKind.get(int value)
Returns the 'Web Param Kind' literal with the specified integer value. |
static WebParamKind |
WebParamKind.get(java.lang.String literal)
Returns the 'Web Param Kind' literal with the specified literal value. |
static WebParamKind |
WebParamKind.getByName(java.lang.String name)
Returns the 'Web Param Kind' literal with the specified name. |
WebParamKind |
IWebParam.getKind()
|
static WebParamKind |
WebParamKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WebParamKind[] |
WebParamKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api with parameters of type WebParamKind | |
---|---|
void |
IWebParam.setKind(WebParamKind value)
Sets the value of the ' Kind ' attribute. |
Uses of WebParamKind in org.eclipse.jst.ws.jaxws.dom.runtime.persistence |
---|
Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence that return WebParamKind | |
---|---|
WebParamKind |
JaxWsDefaultsCalculator.getDefaultParamKind()
|
Uses of WebParamKind in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync |
---|
Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync that return WebParamKind | |
---|---|
protected WebParamKind |
ParameterSynchronizer.calcKind(IAnnotation<org.eclipse.jdt.core.ITypeParameter> parmAnnotation,
org.eclipse.jdt.core.IMethod method,
java.lang.String typeSignature)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |