public class WellKnownAlarmPropertyDirectory extends java.lang.Object implements PropertyResolver
| Constructor and Description |
|---|
WellKnownAlarmPropertyDirectory() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
add(Property<?>[] props) |
static boolean |
contains(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.
|
public static Property<?> get(java.lang.String id)
protected static void add(Property<?>[] props)
public static boolean contains(Property<?> prop)
public Property<?> resolve(java.lang.String id)
PropertyResolverresolve in interface PropertyResolver