public class Parameter extends ExtendedTypedObject
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAllowMultiple() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
ParamType |
getParamType() |
java.lang.Boolean |
getRequired() |
void |
setAllowMultiple(java.lang.Boolean allowMultiple) |
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
void |
setParamType(ParamType paramType) |
void |
setRequired(java.lang.Boolean required) |
java.lang.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 java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Boolean getRequired()
public void setRequired(java.lang.Boolean required)
public java.lang.Boolean getAllowMultiple()
public void setAllowMultiple(java.lang.Boolean allowMultiple)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.