Interface ManifestNodeInfo


public interface ManifestNodeInfo
Information about a node that is part of the device.
Version:
2024-09-24
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the name of the node
    Return the type of the node
    boolean
    Return true if the node is optional.
    boolean
    Return true if this is the primary node.
  • Method Details

    • isPrimary

      boolean isPrimary()
      Return true if this is the primary node.
    • getNodeType

      String getNodeType()
      Return the type of the node
    • getNodeName

      String getNodeName()
      Return the name of the node
    • isOptional

      boolean isOptional()
      Return true if the node is optional.