Class AlarmExpressionParseContext.AlarmExpressionPropResolver
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.alarming.AlarmExpressionParseContext.AlarmExpressionPropResolver
 
- 
- All Implemented Interfaces:
- PropertyResolver
 - Enclosing class:
- AlarmExpressionParseContext
 
 public static class AlarmExpressionParseContext.AlarmExpressionPropResolver extends java.lang.Object implements PropertyResolver 
- 
- 
Constructor SummaryConstructors Constructor Description AlarmExpressionPropResolver(boolean strict)
 - 
Method SummaryAll Methods Instance Methods Concrete 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- 
resolvepublic Property<?> resolve(java.lang.String id) Description copied from interface:PropertyResolverReturns the property represented by the id, or null if the property cannot be found.- Specified by:
- resolvein interface- PropertyResolver
 
 
- 
 
-