protected static class BasicURLTemplate.Parameter extends Object
| Constructor and Description |
|---|
Parameter()
Creates a new Parameter object
|
Parameter(String name,
boolean optional)
Creates a new Parameter object with a given qualified name and required-optional information
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object p)
Determines if two Parameter objects are the same.
|
public String name
public Parameter()
public Parameter(String name, boolean optional)
name - The qualified name of the parameteroptional - False if the parameter is required, true otherwisepublic boolean equals(Object p)
Copyright © 2017. All Rights Reserved.