Interface GenericProperties.Enrichment
-
- Enclosing interface:
- GenericProperties
public static interface GenericProperties.Enrichment
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_STATUS
Determines if vertices containing a node ref should be enriched with status information (based on their associated alarms)static java.lang.String
RESOLVE_NODES
Determines if vertices containing a node ref should be enriched with the node information.
-
-
-
Field Detail
-
RESOLVE_NODES
static final java.lang.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 java.lang.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
-
-