public class ConfigDoubleAttributeType extends ConfigAttributeType implements DoubleAttributeType
Implementierung des Interfaces DoubleAttributeType
auf Seiten der Konfiguration.
DOUBLE, FLOAT
Constructor and Description |
---|
ConfigDoubleAttributeType(ConfigurationArea configurationArea,
SystemObjectInformationInterface systemObjectInfo)
Konstruktor eines Fließkomma-Attribut-Typen.
|
Modifier and Type | Method and Description |
---|---|
byte |
getAccuracy()
Bestimmt die Genauigkeit von Attributen dieses Typs.
|
java.lang.String |
getUnit()
Bestimmt die Maßeinheit von Werten dieses Attributtyps.
|
getDefaultAttributeValue, loadDefaultAttributeValue
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, invalidate, isValid, removeSet, revalidate, simpleRevalidate
createConfigurationData, equals, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationDataBytes, getId, getName, getObjectLookupForData, getPid, getType, getUsedAttributeGroupUsages, hashCode, originalHashCode, removeConfigurationData, setConfigurationData, setConfigurationData, setName, simpleInvalidation
compareTo, getConfigurationArea, getConfigurationData, getDataModel, getInfo, getNameOrPidOrId, getPidOrId, getPidOrNameOrId, isOfType, isOfType, setConfigurationData, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDefaultAttributeValue
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidate
getConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toString
public ConfigDoubleAttributeType(ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo)
Konstruktor eines Fließkomma-Attribut-Typen.
configurationArea
- Konfigurationsbereich dieses Attribut-TypensystemObjectInfo
- das korrespondierende Objekt aus den Konfigurationsdateienpublic java.lang.String getUnit()
de.bsvrz.dav.daf.main.config.DoubleAttributeType
getUnit
in interface DoubleAttributeType
public byte getAccuracy()
de.bsvrz.dav.daf.main.config.DoubleAttributeType
getAccuracy
in interface DoubleAttributeType
DoubleAttributeType.FLOAT
oder DoubleAttributeType.DOUBLE
.