public interface TimeAttributeType extends AttributeType, UndefinedAttributeValueAccess
Modifier and Type | Field and Description |
---|---|
static byte |
MILLISECONDS
Ergebnis der Methode
getAccuracy() für millisekundengenaue Auflösung. |
static byte |
SECONDS
Ergebnis der Methode
getAccuracy() für sekundengenaue Auflösung. |
Modifier and Type | Method and Description |
---|---|
byte |
getAccuracy()
Bestimmt die Genauigkeit der zeitlichen Auflösung von Attributen dieses Typs.
|
boolean |
isRelative()
Bestimmt, ob Attribute dieses Attributtyps relative Zeitangaben enthalten.
|
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
isDefined, setToUndefined
static final byte SECONDS
getAccuracy()
für sekundengenaue Auflösung.static final byte MILLISECONDS
getAccuracy()
für millisekundengenaue Auflösung.boolean isRelative()
true
bei relativen Zeitangaben oder false
bei absoluten Zeitangaben.byte getAccuracy()
SECONDS
oder MILLISECONDS