org.jdmp.core.parameter
Class AbstractParameter<T>
- java.lang.Object
-
- org.jdmp.core.parameter.AbstractParameter<T>
-
- All Implemented Interfaces:
- Parameter<T>, HasDescription, HasLabel
- Direct Known Subclasses:
- MatrixParameter
public abstract class AbstractParameter<T> extends java.lang.Object implements Parameter<T>
-
-
Field Summary
-
Fields inherited from interface org.ujmp.core.interfaces.HasDescription
DESCRIPTION
-
-
Constructor Summary
Constructors Constructor and Description AbstractParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetDescription()java.lang.StringgetLabel()Returns the String label of an object.java.lang.ObjectgetLabelObject()Returns the label of an object.voidsetDescription(java.lang.String description)voidsetLabel(java.lang.Object label)Sets the label of an object
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Description copied from interface:HasLabelReturns the String label of an object.
-
setLabel
public void setLabel(java.lang.Object label)
Description copied from interface:HasLabelSets the label of an object
-
getLabelObject
public final java.lang.Object getLabelObject()
Description copied from interface:HasLabelReturns the label of an object.- Specified by:
getLabelObjectin interfaceHasLabel- Returns:
- the label
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceHasDescription
-
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescriptionin interfaceHasDescription
-
-
DataMelt 3.0 © DataMelt by jWork.ORG