Uses of Class
com.damnhandy.uri.template.impl.Modifier
-
Packages that use Modifier Package Description com.damnhandy.uri.template.impl -
-
Uses of Modifier in com.damnhandy.uri.template.impl
Methods in com.damnhandy.uri.template.impl that return Modifier Modifier and Type Method 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.Constructors in com.damnhandy.uri.template.impl with parameters of type Modifier Constructor Description VarSpec(String value, Modifier modifier)
Create a new VarSpec.VarSpec(String value, Modifier modifier, Integer position)
Create a new VarSpec.
-