Interface PropertyResolver
- 
- All Known Subinterfaces:
- ConfigurationPropertyModel,- MutableConfigurationPropertyModel
 - All Known Implementing Classes:
- AlarmExpressionParseContext.AlarmExpressionPropResolver,- BasicConfigurationPropertyModel,- BasicMutableConfigurationPropertyModel,- ChainedPropertyResolver,- FallbackPropertyResolver,- PropertySetPropertyResolver,- TagPropertyDirectory,- WellKnownAlarmPropertyDirectory
 
 public interface PropertyResolverThis interface converts an id to a Property, if the id exists.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<?>resolve(java.lang.String id)Returns the property represented by the id, or null if the property cannot be found.
 
- 
- 
- 
Method Detail- 
resolve@Nullable Property<?> resolve(java.lang.String id) Returns the property represented by the id, or null if the property cannot be found.
 
- 
 
-