public enum OracleParameterDirection extends java.lang.Enum<OracleParameterDirection>
Modifier and Type | Method and Description |
---|---|
static OracleParameterDirection |
getOracleParameterDirection(int value) |
static OracleParameterDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleParameterDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleParameterDirection Input
public static final OracleParameterDirection Output
public static OracleParameterDirection[] values()
for (OracleParameterDirection c : OracleParameterDirection.values()) System.out.println(c);
public static OracleParameterDirection 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 static OracleParameterDirection getOracleParameterDirection(int value) throws ArgumentException
ArgumentException