public class UnreservedCharacter extends ParamEnum
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
__hx_constructs |
| Constructor and Description |
|---|
UnreservedCharacter(int index,
java.lang.Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
static UnreservedCharacter |
COMMA(int comma) |
java.lang.String |
getTag() |
static UnreservedCharacter |
PCT_ENCODED(int percent,
int hexDig0,
int hexDig1) |
static UnreservedCharacter |
UNRESERVED(int unreserved) |
public UnreservedCharacter(int index,
java.lang.Object[] params)
public static UnreservedCharacter COMMA(int comma)
public static UnreservedCharacter UNRESERVED(int unreserved)
public static UnreservedCharacter PCT_ENCODED(int percent, int hexDig0, int hexDig1)