Interface ServiceDiscoveryNode
-
- All Known Subinterfaces:
DiscoverableItem
,Item
,ItemNode
- All Known Implementing Classes:
InfoDiscovery
,ItemDiscovery
,ItemElement
public interface ServiceDiscoveryNode
Represents one of the two service discovery node types, info or item node.- See Also:
DiscoverableInfo
,ItemNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNode()
Gets the node name.
-
-
-
Method Detail
-
getNode
String getNode()
Gets the node name.- Returns:
- The node.
-
-