public class ConfigDoubleAttributeType extends ConfigAttributeType implements DoubleAttributeType
DoubleAttributeType auf Seiten der Konfiguration.| Modifier and Type | Class and Description |
|---|---|
private class |
ConfigDoubleAttributeType.DoubleAttributeTypeValues
Diese Klasse liest die Informationen für diesen Attributtypen mit Hilfe des Deserializers direkt aus dem Byte-Array des konfigurierenden Datensatzes aus und
verwendet nicht die Methode
ConfigurationData, da dort Informationen benötigt
werden, die erst hier zur Verfügung gestellt werden. |
| Modifier and Type | Field and Description |
|---|---|
private static Debug |
_debug
DebugLogger für Debug-Ausgaben
|
private ConfigDoubleAttributeType.DoubleAttributeTypeValues |
_values
Speichert die Eigenschaften dieses AttributTyps.
|
_systemObjectInfoDOUBLE, 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.
|
private ConfigDoubleAttributeType.DoubleAttributeTypeValues |
getDoubleAttributeTypeValues()
Gibt das Objekt zurück, welches die Eigenschaften dieses AttributTyps enthält.
|
String |
getUnit()
Bestimmt die Maßeinheit von Werten dieses Attributtyps.
|
(package private) void |
invalidateCache()
Wird aufgerufen, wenn das Objekt verändert wird.
|
getDefaultAttributeValue, loadDefaultAttributeValueaddSet, directDuplicate, directModification, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, invalidate, isValid, removeSet, revalidate, simpleRevalidatecheckChangePermit, createConfigurationData, equals, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationDataBytes, getId, getName, getObjectLookupForData, getPid, getSerializerVersion, getType, getUsedAttributeGroupUsages, hashCode, originalHashCode, removeConfigurationData, setConfigurationData, setConfigurationData, setName, simpleInvalidationcompareTo, getConfigurationArea, getConfigurationData, getDataModel, getInfo, getNameOrPidOrId, getPidOrId, getPidOrNameOrId, isOfType, isOfType, setConfigurationData, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultAttributeValueaddSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidategetConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toStringcompareToprivate static final Debug _debug
private ConfigDoubleAttributeType.DoubleAttributeTypeValues _values
public ConfigDoubleAttributeType(ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo)
configurationArea - Konfigurationsbereich dieses Attribut-TypensystemObjectInfo - das korrespondierende Objekt aus den Konfigurationsdateienpublic String getUnit()
de.bsvrz.dav.daf.main.config.DoubleAttributeTypegetUnit in interface DoubleAttributeTypepublic byte getAccuracy()
de.bsvrz.dav.daf.main.config.DoubleAttributeTypegetAccuracy in interface DoubleAttributeTypeDoubleAttributeType.FLOAT oder DoubleAttributeType.DOUBLE.private ConfigDoubleAttributeType.DoubleAttributeTypeValues getDoubleAttributeTypeValues()
void invalidateCache()
invalidateCache in class ConfigAttributeType