Interface IDtoDeviceStateAspect
- All Known Implementing Classes:
DtoDeviceStateAspect
public interface IDtoDeviceStateAspect
One aspect of a device state.
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()The name of this aspect/dimension.getType()The type of this aspect/dimension.getValue()The value of the deviceState in this aspect/dimension.voidThe name of this aspect/dimension.voidThe type of this aspect/dimension.voidThe value of the deviceState in this aspect/dimension.
-
Method Details
-
getKey
String getKey()The name of this aspect/dimension. -
setKey
The name of this aspect/dimension. -
getType
IDtoAbstractDeviceStateAspectType getType()The type of this aspect/dimension. -
setType
The type of this aspect/dimension. -
getValue
String getValue()The value of the deviceState in this aspect/dimension. -
setValue
The value of the deviceState in this aspect/dimension.
-