| Enum Constant and Description |
|---|
CONNECT_WITH |
OBJECT_ID |
PARENT_OBJECT_ID |
PARENT_REL_ID |
REL_ID |
| Modifier and Type | Method and Description |
|---|---|
static FormContext |
createFormContext(javax.servlet.http.HttpServletRequest request) |
boolean |
is(java.lang.String s) |
static Param |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Param[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Param OBJECT_ID
public static final Param REL_ID
public static final Param PARENT_OBJECT_ID
public static final Param PARENT_REL_ID
public static final Param CONNECT_WITH
public static Param[] values()
for (Param c : Param.values()) System.out.println(c);
public static Param 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 is(java.lang.String s)
public static FormContext createFormContext(javax.servlet.http.HttpServletRequest request)