Package | Description |
---|---|
grammarscope.message |
Modifier and Type | Field and Description |
---|---|
private Request.Type |
Request.type
Request type
|
Modifier and Type | Method and Description |
---|---|
Request.Type |
Request.getType()
Get request type
|
static Request.Type |
Request.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Request.Type[] |
Request.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Request(Request.Type type,
java.lang.Object object)
Request type
|