| Package | Description |
|---|---|
| com.damnhandy.uri.template.impl |
| Modifier and Type | Method and Description |
|---|---|
Modifier |
VarSpec.getModifier()
Get the modifier.
|
static Modifier |
Modifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modifier[] |
Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VarSpec(String value,
Modifier modifier)
Create a new VarSpec.
|
VarSpec(String value,
Modifier modifier,
Integer position)
Create a new VarSpec.
|
Copyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.