Class WellKnownAlarmPropertyDirectory

    • Constructor Detail

      • WellKnownAlarmPropertyDirectory

        public WellKnownAlarmPropertyDirectory()
    • 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: PropertyResolver
        Returns the property represented by the id, or null if the property cannot be found.
        Specified by:
        resolve in interface PropertyResolver