public class ResponseType extends ParamEnum
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
__hx_constructs |
static ResponseType |
VOID |
static ResponseType |
VOID_FUTURE |
| Constructor and Description |
|---|
ResponseType(int index,
java.lang.Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTag() |
static ResponseType |
NONVOID_FUTURE(Type t) |
public static final java.lang.String[] __hx_constructs
public static final ResponseType VOID
public static final ResponseType VOID_FUTURE
public static ResponseType NONVOID_FUTURE(Type t)