public class Parameter extends ExtendedTypedObject
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowMultiple() |
String |
getDescription() |
String |
getName() |
ParamType |
getParamType() |
Boolean |
getRequired() |
void |
setAllowMultiple(Boolean allowMultiple) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setParamType(ParamType paramType) |
void |
setRequired(Boolean required) |
String |
toString() |
getDefaultValue, getEnumValues, getItems, getMaximum, getMinimum, getUniqueItems, setDefaultValue, setEnumValues, setItems, setMaximum, setMinimum, setUniqueItemsgetFormat, getRef, getType, setFormat, setRef, setTypeaddExtraField, getExtraFieldspublic ParamType getParamType()
public void setParamType(ParamType paramType)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Boolean getRequired()
public void setRequired(Boolean required)
public Boolean getAllowMultiple()
public void setAllowMultiple(Boolean allowMultiple)
Copyright © 2024. All rights reserved.