public class Parameter extends OpenmlApiResponse
| Constructor and Description |
|---|
Parameter(Integer id,
Integer flow_id,
String full_name,
String name,
String data_type,
String default_value,
String value) |
Parameter(String name,
String data_type,
String default_value,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getData_type() |
String |
getDefault_value() |
String |
getDescription() |
Integer |
getFlow_id() |
String |
getFull_name() |
Integer |
getId() |
String |
getName() |
String |
getValue() |
getOmlpublic Integer getId()
public Integer getFlow_id()
public String getFull_name()
public String getName()
public String getData_type()
public String getDefault_value()
public String getValue()
public String getDescription()
Copyright © 2019 Leiden University, NL. All rights reserved.