public class ObjectParameter extends Parameter
description, name, typology, value| Constructor and Description |
|---|
ObjectParameter() |
ObjectParameter(String name,
String description,
String type,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getType() |
void |
setDefaultValue(String defaultValue) |
void |
setType(String type) |
String |
toString() |
getDescription, getName, getTypology, getValue, setDescription, setName, setTypology, setValuepublic String getType()
public void setType(String type)
type - the type to setpublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - the defaultValue to setCopyright © 2021. All Rights Reserved.