Interface ManifestNodeInfo
public interface ManifestNodeInfo
Information about a node that is part of the device.
- Version:
- 2024-09-24
-
Method Summary
Modifier and TypeMethodDescriptiondefault NodeId
Return theNodeId
for the node.Return the name of the nodeReturn the type of the nodeboolean
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. -
getNodeId
Return theNodeId
for the node.
-