Interface GenericProperties.Enrichment

  • Enclosing interface:
    GenericProperties

    public static interface GenericProperties.Enrichment
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DEFAULT_STATUS
      Determines if vertices containing a node ref should be enriched with status information (based on their associated alarms)
      static String RESOLVE_NODES
      Determines if vertices containing a node ref should be enriched with the node information.
    • Field Detail

      • RESOLVE_NODES

        static final String RESOLVE_NODES
        Determines if vertices containing a node ref should be enriched with the node information.
        See Also:
        Constant Field Values
      • DEFAULT_STATUS

        static final String DEFAULT_STATUS
        Determines if vertices containing a node ref should be enriched with status information (based on their associated alarms)
        See Also:
        Constant Field Values