public class DT_FLOAT extends DT_STRING implements VariableIF
VariableIF.ACCESS_MODE, VariableIF.ACCESS_USER_TYPES| Constructor and Description |
|---|
DT_FLOAT(org.w3c.dom.Element elem)
Create a new class using the given element as variable.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Get the current value of the GUI settings.
|
void |
setValue(java.lang.String def)
Set all settings of this variable to the default.
|
addAdoptListener, getComment, getCurrentValue, getDefaultComponent, getDefaultValue, getDescription, getElementValue, getLabel, getResetComponent, getVariable, hasAccessRight, isChanged, isDefault, isEnvironment, isGlobal, isIniFile, isKernel, isObligatory, isThereADefault, isVarEnvironment, isVarGlobal, isVarIniFile, removeAdoptListener, removeComment, reset, setChanged, setComment, setElementAccessRights, setElementToDefault, setElementValue, setToDefault, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAdoptListener, getComment, getCurrentValue, getDefaultComponent, getDescription, getInput, getLabel, getResetComponent, getVariable, hasAccessRight, isChanged, isDefault, isEnvironment, isGlobal, isIniFile, isKernel, isObligatory, removeAdoptListener, removeComment, setChanged, setComment, setElementAccessRights, setElementToDefault, setElementValue, setToDefaultpublic DT_FLOAT(org.w3c.dom.Element elem)
elem - the variable.public void setValue(java.lang.String def)
public java.lang.String getValue()
getValue in interface VariableIFgetValue in class DT_STRING