public class Parameter extends Object
| Constructor and Description |
|---|
Parameter(String paramType,
String name,
String description,
String type,
String format,
boolean required,
boolean allowMultiple,
Collection<String> allowableValues) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAllowableValues() |
String |
getDescription() |
String |
getFormat() |
String |
getName() |
String |
getParamType() |
String |
getType() |
boolean |
isAllowMultiple() |
boolean |
isRequired() |
public String getParamType()
public String getName()
public String getDescription()
public String getType()
public String getFormat()
public boolean isRequired()
public boolean isAllowMultiple()
public Collection<String> getAllowableValues()
Copyright © 2013–2015 Calrissian. All rights reserved.