Interface PropertyResolver

All Known Subinterfaces:
ConfigurationPropertyModel, MutableConfigurationPropertyModel
All Known Implementing Classes:
AlarmExpressionParseContext.AlarmExpressionPropResolver, BasicConfigurationPropertyModel, BasicMutableConfigurationPropertyModel, ChainedPropertyResolver, FallbackPropertyResolver, PropertySetPropertyResolver, TagPropertyDirectory, WellKnownAlarmPropertyDirectory

public interface PropertyResolver
This interface converts an id to a Property, if the id exists.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the property represented by the id, or null if the property cannot be found.
  • Method Details

    • resolve

      @Nullable Property<?> resolve(String id)
      Returns the property represented by the id, or null if the property cannot be found.