Class WellKnownAlarmPropertyDirectory
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.alarming.config.WellKnownAlarmPropertyDirectory
 
- 
- All Implemented Interfaces:
- PropertyResolver
 
 public class WellKnownAlarmPropertyDirectory extends java.lang.Object implements PropertyResolver 
- 
- 
Constructor SummaryConstructors Constructor Description WellKnownAlarmPropertyDirectory()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static voidadd(Property<?>[] props)static booleancontains(Property<?> prop)static Property<?>get(java.lang.String id)Property<?>resolve(java.lang.String id)Returns the property represented by the id, or null if the property cannot be found.
 
- 
- 
- 
Method Detail- 
getpublic static Property<?> get(java.lang.String id) 
 - 
addprotected static void add(Property<?>[] props) 
 - 
containspublic static boolean contains(Property<?> prop) 
 - 
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
 
 
- 
 
-