public class DT_LONG extends DT_STRING implements VariableIF
VariableIF.ACCESS_MODE, VariableIF.ACCESS_USER_TYPES
Constructor and Description |
---|
DT_LONG(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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAdoptListener, getComment, getCurrentValue, getDefaultComponent, getDescription, getInput, getLabel, getResetComponent, getVariable, hasAccessRight, isChanged, isDefault, isEnvironment, isGlobal, isIniFile, isKernel, isObligatory, removeAdoptListener, removeComment, setChanged, setComment, setElementAccessRights, setElementToDefault, setElementValue, setToDefault
public DT_LONG(org.w3c.dom.Element elem)
elem
- the variable.public void setValue(java.lang.String def)
public java.lang.String getValue()
getValue
in interface VariableIF
getValue
in class DT_STRING