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, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addValueListener, getValue, removeValueListener, setValue
public ParameterWrapper(IParameter<VALUE_TYPE> original)
public java.lang.Class<VALUE_TYPE> getValueType()
IParameter
getValueType
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.Object
Siehe auch Jowidgets Nutzerhandbuch