AttributeType
, java.lang.Comparable
, ConfigurationObject
, SystemObject
, UndefinedAttributeValueAccess
DafIntegerAttributeType
public interface IntegerAttributeType extends AttributeType, UndefinedAttributeValueAccess
Modifier and Type | Field | Description |
---|---|---|
static int |
BYTE |
Rückgabewert von
getByteCount() für ein Byte große Attribute. |
static int |
INT |
Rückgabewert von
getByteCount() für vier Byte große Attribute. |
static int |
LONG |
Rückgabewert von
getByteCount() für acht Byte große Attribute. |
static int |
SHORT |
Rückgabewert von
getByteCount() für zwei Byte große Attribute. |
Modifier and Type | Method | Description |
---|---|---|
int |
getByteCount() |
Bestimmt die Größe von Attributen dieses Typs in Bytes.
|
IntegerValueRange |
getRange() |
Bestimmt den für Attribute dieses Attributtyps definierten Zahlenbereich.
|
java.util.List<IntegerValueState> |
getStates() |
Bestimmt die mit diesem Attributtyp erlaubten diskreten Zustände eines Attributs.
|
short |
getValueSize() |
Deprecated.
Wurde von der Methode
getByteCount() abgelöst. |
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 int BYTE
getByteCount()
für ein Byte große Attribute.static final int SHORT
getByteCount()
für zwei Byte große Attribute.static final int INT
getByteCount()
für vier Byte große Attribute.static final int LONG
getByteCount()
für acht Byte große Attribute.@Deprecated short getValueSize()
getByteCount()
abgelöst.getByteCount()
als short
zurück.int getByteCount()
IntegerValueRange getRange()
null
, wenn kein Zahlenbereich definiert ist.java.util.List<IntegerValueState> getStates()
IntegerValueState
.