public static enum IDocParameterList.Types extends java.lang.Enum<IDocParameterList.Types>
Modifier and Type | Method and Description |
---|---|
static IDocParameterList.Types |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDocParameterList.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDocParameterList.Types Param
public static final IDocParameterList.Types RetVal
public static final IDocParameterList.Types Exception
public static IDocParameterList.Types[] values()
for (IDocParameterList.Types c : IDocParameterList.Types.values()) System.out.println(c);
public static IDocParameterList.Types 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 null