public interface ZCLAttributeDescription extends ZCLAttributeInfo
ID
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue()
Returns the attribute default value.
|
String |
getName()
Returns the attribute name.
|
String |
getShortDescription()
Returns the attribute functional description.
|
boolean |
isMandatory()
Checks if this attribute is mandatory.
|
boolean |
isPartOfAScene()
Checks if this attribute is part of a scene.
|
boolean |
isReadOnly()
Checks if this attribute is read-only.
|
boolean |
isReportable()
Checks if this attribute is reportable.
|
getDataType, getId, getManufacturerCode, isManufacturerSpecific
String getName()
String getShortDescription()
Object getDefaultValue()
boolean isMandatory()
boolean isReportable()
boolean isReadOnly()
boolean isPartOfAScene()
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0