public class UriMatchVariable
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o) | 
| java.lang.String | getName() | 
| int | hashCode() | 
| boolean | isExploded() | 
| boolean | isOptional()An optional variable is one that will allow the route to match
 if it is not present. | 
| boolean | isQuery() | 
public java.lang.String getName()
public boolean isExploded()
public boolean isQuery()
public boolean isOptional()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object