public class ParameterWrapper<VALUE_TYPE> extends ObservableValueWrapper<VALUE_TYPE> implements IParameter<VALUE_TYPE>
| Constructor and Description |
|---|
ParameterWrapper(IParameter<VALUE_TYPE> original) |
| Modifier and Type | Method and Description |
|---|---|
VALUE_TYPE |
getDefaultValue() |
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
java.lang.Class<VALUE_TYPE> |
getValueType()
Gets the type of the parameter
|
java.lang.String |
toString() |
addValueListener, getOriginal, getValue, removeValueListener, setValue, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddValueListener, getValue, removeValueListener, setValuepublic ParameterWrapper(IParameter<VALUE_TYPE> original)
public java.lang.Class<VALUE_TYPE> getValueType()
IParametergetValueType in interface IParameter<VALUE_TYPE>public java.lang.String getLabel()
getLabel in interface IParameter<VALUE_TYPE>public java.lang.String getDescription()
getDescription in interface IParameter<VALUE_TYPE>public VALUE_TYPE getDefaultValue()
getDefaultValue in interface IParameter<VALUE_TYPE>public java.lang.String toString()
toString in class java.lang.ObjectSiehe auch Jowidgets Nutzerhandbuch