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 Summary
Constructors Constructor Description WellKnownAlarmPropertyDirectory() 
- 
Method Summary
All 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
- 
get
public static Property<?> get(java.lang.String id)
 
- 
add
protected static void add(Property<?>[] props)
 
- 
contains
public static boolean contains(Property<?> prop)
 
- 
resolve
public 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 interfacePropertyResolver
 
 - 
 
 -