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
-
Method Details
-
resolve
Returns the property represented by the id, or null if the property cannot be found.
-