public class ListParameter extends Parameter
description, name, typology, value| Constructor and Description |
|---|
ListParameter() |
ListParameter(String name,
String description,
String type,
String separator,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getSeparator() |
String |
getType() |
void |
setDefaultValue(String defaultValue) |
void |
setSeparator(String separator) |
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 getSeparator()
public void setSeparator(String separator)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
Copyright © 2024. All rights reserved.