public static enum JaxRpcParameterInfo.Mode extends java.lang.Enum<JaxRpcParameterInfo.Mode>
Modifier and Type | Method and Description |
---|---|
boolean |
isIn() |
boolean |
isOut() |
void |
setIn(boolean in) |
void |
setOut(boolean out) |
static JaxRpcParameterInfo.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JaxRpcParameterInfo.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JaxRpcParameterInfo.Mode IN
public static final JaxRpcParameterInfo.Mode OUT
public static final JaxRpcParameterInfo.Mode INOUT
public static JaxRpcParameterInfo.Mode[] values()
for (JaxRpcParameterInfo.Mode c : JaxRpcParameterInfo.Mode.values()) System.out.println(c);
public static JaxRpcParameterInfo.Mode 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 boolean isIn()
public void setIn(boolean in)
public boolean isOut()
public void setOut(boolean out)