Package de.bsvrz.dav.daf.main.config
Interface IntegerValueState
-
- All Superinterfaces:
java.lang.Comparable
,ConfigurationObject
,SystemObject
- All Known Implementing Classes:
DafIntegerValueState
public interface IntegerValueState extends ConfigurationObject
Schnittstellenklasse zum Zugriff auf die Eigenschaften eines Werte-Zustands. Zustände werden inGanzzahl-Attributtypen
benutzt. Sie haben einen Namen und einen zugehörigen Wert. Der Name des Zustands kann über die MethodeSystemObject.getName()
und der zugehörige Wert über die MethodegetValue()
bestimmt werden.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getValue()
Bestimmt den Wert dieses Zustands.-
Methods inherited from interface de.bsvrz.dav.daf.main.config.ConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidate
-
Methods inherited from interface de.bsvrz.dav.daf.main.config.SystemObject
getConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toString
-
-