public abstract class AbstractParameter<T> extends Object implements Parameter<T>
DESCRIPTION| Constructor and Description |
|---|
AbstractParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLabel() |
Object |
getLabelObject() |
void |
setDescription(String description) |
void |
setLabel(Object label) |
public final Object getLabelObject()
getLabelObject in interface HasLabelpublic String getDescription()
getDescription in interface HasDescriptionpublic void setDescription(String description)
setDescription in interface HasDescriptionCopyright © 2015 Java Data Mining Package. All rights reserved.