Class FeatureProcessor.PropertyDescriptor

java.lang.Object
org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
Enclosing class:
FeatureProcessor

public static class FeatureProcessor.PropertyDescriptor extends Object
  • Field Details

    • name

      protected final String name
    • displayName

      protected final String displayName
    • linkName

      protected final String linkName
    • attributeValueDescriptor

      protected final org.openremote.model.value.ValueDescriptor<?> attributeValueDescriptor
    • readOnly

      protected final boolean readOnly
  • Constructor Details

    • PropertyDescriptor

      public PropertyDescriptor(String name, String displayName, String linkName, org.openremote.model.value.ValueDescriptor<?> attributeValueDescriptor)
    • PropertyDescriptor

      public PropertyDescriptor(String name, String displayName, String linkName, org.openremote.model.value.ValueDescriptor<?> attributeValueDescriptor, boolean readOnly)
  • Method Details

    • getName

      public String getName()
    • getDisplayName

      public String getDisplayName()
    • getAttributeValueDescriptor

      public org.openremote.model.value.ValueDescriptor<?> getAttributeValueDescriptor()
    • isReadOnly

      public boolean isReadOnly()
    • getLinkName

      public String getLinkName()