Class FeatureProcessor.PropertyDescriptor
java.lang.Object
org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- Enclosing class:
FeatureProcessor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyDescriptor
(String name, String displayName, String linkName, org.openremote.model.value.ValueDescriptor<?> attributeValueDescriptor) PropertyDescriptor
(String name, String displayName, String linkName, org.openremote.model.value.ValueDescriptor<?> attributeValueDescriptor, boolean readOnly) -
Method Summary
Modifier and TypeMethodDescriptionorg.openremote.model.value.ValueDescriptor
<?> getName()
boolean
-
Field Details
-
name
-
displayName
-
linkName
-
attributeValueDescriptor
protected final org.openremote.model.value.ValueDescriptor<?> attributeValueDescriptor -
readOnly
protected final boolean readOnly
-
-
Constructor Details
-
PropertyDescriptor
-
PropertyDescriptor
-
-
Method Details
-
getName
-
getDisplayName
-
getAttributeValueDescriptor
public org.openremote.model.value.ValueDescriptor<?> getAttributeValueDescriptor() -
isReadOnly
public boolean isReadOnly() -
getLinkName
-