Interface DataSchemaNode

    • Method Detail

      • isConfiguration

        @Deprecated(forRemoval=true)
        default boolean isConfiguration()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Use effectiveConfig() instead.
        Returns true if the data represents configuration data, otherwise returns false.
        Returns:
        true if the data represents configuration data, otherwise returns false
      • effectiveConfig

        Optional<Boolean> effectiveConfig()
        Return the effective value of config substatement, if applicable.
        Returns:
        Effective config value, or Optional.empty() not applicable.