public interface DoubleAttributeType extends AttributeType
Schnittstellenklasse zum Zugriff auf die Eigenschaften von Fließkomma-Attributtypen. Attribute von diesem Attributtyp enthalten Fließkommazahl mit 32 oder 64 Bit Genauigkeit. Durch den Attributtyp wird die Einheit und die Genauigkeit von Werten dieses Typs definiert.
| Modifier and Type | Field and Description |
|---|---|
static byte |
DOUBLE
Ergebnis der Methode
getAccuracy() für eine Genauigkeit entsprechend dem IEEE 754 floating-point “double format” mit 64 Bits. |
static byte |
FLOAT
Ergebnis der Methode
getAccuracy() für eine Genauigkeit entsprechend dem IEEE 754 floating-point “single format” mit 32 Bits. |
| 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.
|
getDefaultAttributeValueaddSet, 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, toStringstatic final byte FLOAT
Ergebnis der Methode getAccuracy() für eine Genauigkeit entsprechend dem IEEE 754 floating-point “single format” mit 32 Bits.
static final byte DOUBLE
Ergebnis der Methode getAccuracy() für eine Genauigkeit entsprechend dem IEEE 754 floating-point “double format” mit 64 Bits.