AttributeType, java.lang.Comparable, ConfigurationObject, SystemObjectDafDoubleAttributeTypepublic interface DoubleAttributeType extends AttributeType
| Modifier and Type | Field | 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 | 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
getAccuracy() für eine Genauigkeit entsprechend dem IEEE 754 floating-point
"single format" mit 32 Bits.static final byte DOUBLE
getAccuracy() für eine Genauigkeit entsprechend dem IEEE 754 floating-point
"double format" mit 64 Bits.