AttributeType, ConfigurationObject, DoubleAttributeType, SystemObject, java.lang.Comparablepublic class DafDoubleAttributeType extends DafAttributeType implements DoubleAttributeType
_dataValueType_configurationAreaId, _dataModel, _internType, ASPECT, ATTRIBUTE, ATTRIBUTE_GROUP, ATTRIBUTE_GROUP_USAGE, ATTRIBUTE_LIST_TYPE, CLIENT_APPLICATION, CONFIGURATION_APPLICATION, CONFIGURATION_AREA, CONFIGURATION_AUTHORITY, CONFIGURATION_OBJECT, CONFIGURATION_OBJECT_TYPE, DAV_APPLICATION, DYNAMIC_OBJECT, DYNAMIC_OBJECT_TYPE, FLOATING_POINT_NUMBER_ATTRIBUTE_TYPE, INTEGER_ATTRIBUTE_TYPE, INTEGER_VALUE_RANGE, INTEGER_VALUE_STATE, MUTABLE_SET, NON_MUTABLE_SET, NULL_OBJECT, OBJECT_DELETED, OBJECT_EXISTS, OBJECT_INVALID, OBJECT_SET_TYPE, OBJECT_SET_USE, REFERENCE_ATTRIBUTE_TYPE, STRING_ATTRIBUTE_TYPE, SYSTEM_OBJECT_TYPE, TIME_ATTRIBUTE_TYPEDOUBLE, FLOAT| Constructor | Description |
|---|---|
DafDoubleAttributeType(long id,
java.lang.String pid,
java.lang.String name,
long typId,
byte state,
java.lang.String error,
DafDataModel dataModel,
short validFromVersionNumber,
short validToVersionNumber,
long responsibleObjectId,
long[] setIds,
int mode,
java.lang.String unit,
java.lang.String defaultAttributeValue) |
Erzeugt ein neues Objekt mit den angegebenen Eigenschaften
|
DafDoubleAttributeType(DafDataModel dataModel) |
Erzeugt ein neues Objekt dessen Eigenschaften im Anschluss mit der read-Methode eingelesen werden sollten.
|
| 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.
|
java.lang.String |
parseToString() |
Liefert eine textuelle Beschreibung dieses Objekts für Debug-Zwecke zurück.
|
void |
read(Deserializer deserializer) |
Deserialisiert dieses Objekt
|
void |
read(java.io.DataInputStream in) |
Deserialisiert dieses Objekt über die alte Methode.
|
void |
write(java.io.DataOutputStream out) |
Serialisiert dieses Objekt.
|
getDefaultAttributeValueaddSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidategetDefaultAttributeValueaddSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, isValid, removeSet, revalidatecompareTo, equals, getConfigurationArea, getConfigurationAreaId, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getInternType, getName, getNameOrPidOrId, getObject, getPid, getPidOrId, getPidOrNameOrId, getState, getType, getUsedAttributeGroupUsages, hashCode, invalidate, isOfType, isOfType, setConfigurationData, setConfigurationData, setConfigurationData, setName, storeName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toStringpublic DafDoubleAttributeType(DafDataModel dataModel)
dataModel - DataModel Implementierung, der das neue Objekt zugeordnet ist.public DafDoubleAttributeType(long id,
java.lang.String pid,
java.lang.String name,
long typId,
byte state,
java.lang.String error,
DafDataModel dataModel,
short validFromVersionNumber,
short validToVersionNumber,
long responsibleObjectId,
long[] setIds,
int mode,
java.lang.String unit,
java.lang.String defaultAttributeValue)
public final java.lang.String getUnit()
DoubleAttributeTypegetUnit in interface DoubleAttributeTypepublic final byte getAccuracy()
DoubleAttributeTypegetAccuracy in interface DoubleAttributeTypeDoubleAttributeType.FLOAT oder DoubleAttributeType.DOUBLE.public final java.lang.String parseToString()
DafSystemObjectparseToString in class DafConfigurationObjectpublic final void write(java.io.DataOutputStream out)
throws java.io.IOException
DafSystemObjectwrite in class DafAttributeTypeout - Stream auf den das Objekt geschrieben werden soll.java.io.IOException - wenn beim Schreiben auf den Ausgabe-Stream Fehler aufgetreten sind.public final void read(java.io.DataInputStream in)
throws java.io.IOException
DafSystemObjectread in class DafAttributeTypein - Stream von dem das Objekt gelesen werden soll.java.io.IOException - wenn beim Lesen vom Eingabe-Stream Fehler aufgetreten sind.public void read(Deserializer deserializer) throws java.io.IOException
DafSystemObjectread in class DafAttributeTypedeserializer - Deserialisierer als Datenquellejava.io.IOException